toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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