AWS SDK for Kotlin
Toggle table of contents
1.6.90
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
DeploymentLifecycleHookStatus
Deployment
Lifecycle
Hook
Status
sealed
class
DeploymentLifecycleHookStatus
Inheritors
AwaitingAction
Failed
InProgress
Succeeded
TimedOut
SdkUnknown
Members
Types
Awaiting
Action
Link copied to clipboard
object
AwaitingAction
:
DeploymentLifecycleHookStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
DeploymentLifecycleHookStatus
In
Progress
Link copied to clipboard
object
InProgress
:
DeploymentLifecycleHookStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentLifecycleHookStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
DeploymentLifecycleHookStatus
Timed
Out
Link copied to clipboard
object
TimedOut
:
DeploymentLifecycleHookStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String