AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lightsail
/
aws.sdk.kotlin.services.lightsail.model
/
ContainerServiceDeploymentState
Container
Service
Deployment
State
sealed
class
ContainerServiceDeploymentState
Inheritors
Activating
Active
Failed
Inactive
SdkUnknown
Members
Types
Activating
Link copied to clipboard
object
Activating
:
ContainerServiceDeploymentState
Active
Link copied to clipboard
object
Active
:
ContainerServiceDeploymentState
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
ContainerServiceDeploymentState
Inactive
Link copied to clipboard
object
Inactive
:
ContainerServiceDeploymentState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContainerServiceDeploymentState
Properties
value
Link copied to clipboard
abstract
val
value
:
String