pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.vmmigration.v1.kotlin.outputs
/
TagResponse
Tag
Response
data
class
TagResponse
(
val
key
:
String
,
val
value
:
String
)
Tag is an AWS tag representation.
Types
Constructors
Properties
Constructors
Tag
Response
Link copied to clipboard
fun
TagResponse
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
Key of tag.
value
Link copied to clipboard
val
value
:
String
Value of tag.