toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
StateResponse
State
Response
data
class
StateResponse
(
val
code
:
Int
?
=
null
,
val
name
:
String
?
=
null
)
Definition of State
Members
Constructors
State
Response
Link copied to clipboard
constructor
(
code
:
Int
?
=
null
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
Int
?
=
null
Status code of the Instance.
name
Link copied to clipboard
val
name
:
String
?
=
null
Status code of the Instance.