pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.codepipeline.kotlin.outputs
/
GetCustomActionTypeResult
Get
Custom
Action
Type
Result
data
class
GetCustomActionTypeResult
(
val
id
:
String
?
=
null
,
val
tags
:
List
<
CustomActionTypeTag
>
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Custom
Action
Type
Result
Link copied to clipboard
fun
GetCustomActionTypeResult
(
id
:
String
?
=
null
,
tags
:
List
<
CustomActionTypeTag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
tags
Link copied to clipboard
val
tags
:
List
<
CustomActionTypeTag
>
?
=
null
Any tags assigned to the custom action.