AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codedeploy
/
aws.sdk.kotlin.services.codedeploy.model
/
DeploymentWaitType
Deployment
Wait
Type
sealed
class
DeploymentWaitType
Inheritors
ReadyWait
TerminationWait
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Ready
Wait
Link copied to clipboard
object
ReadyWait
:
DeploymentWaitType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentWaitType
Termination
Wait
Link copied to clipboard
object
TerminationWait
:
DeploymentWaitType
Properties
value
Link copied to clipboard
abstract
val
value
:
String