AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
migrationhubrefactorspaces
/
aws.sdk.kotlin.services.migrationhubrefactorspaces.model
/
EnvironmentState
Environment
State
sealed
class
EnvironmentState
Inheritors
Active
Creating
Deleting
Failed
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
EnvironmentState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
EnvironmentState
Deleting
Link copied to clipboard
object
Deleting
:
EnvironmentState
Failed
Link copied to clipboard
object
Failed
:
EnvironmentState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EnvironmentState
Properties
value
Link copied to clipboard
abstract
val
value
:
String