toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
tnb
/
aws.sdk.kotlin.services.tnb.model
/
NsState
Ns
State
sealed
class
NsState
Inheritors
Deleted
Impaired
Instantiated
InstantiateInProgress
NotInstantiated
Stopped
TerminateInProgress
UpdateInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
NsState
Impaired
Link copied to clipboard
object
Impaired
:
NsState
Instantiated
Link copied to clipboard
object
Instantiated
:
NsState
Instantiate
In
Progress
Link copied to clipboard
object
InstantiateInProgress
:
NsState
Not
Instantiated
Link copied to clipboard
object
NotInstantiated
:
NsState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NsState
Stopped
Link copied to clipboard
object
Stopped
:
NsState
Terminate
In
Progress
Link copied to clipboard
object
TerminateInProgress
:
NsState
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
NsState
Properties
value
Link copied to clipboard
abstract
val
value
:
String