toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lightsail.kotlin.outputs
/
InstanceState
Instance
State
data
class
InstanceState
(
val
code
:
Int
?
=
null
,
val
name
:
String
?
=
null
)
Current State of the Instance.
Members
Constructors
Instance
State
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.