AWS SDK for Kotlin
Toggle table of contents
1.4.112
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codedeploy
/
aws.sdk.kotlin.services.codedeploy.model
/
DeploymentReadyAction
Deployment
Ready
Action
sealed
class
DeploymentReadyAction
Inheritors
ContinueDeployment
StopDeployment
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Continue
Deployment
Link copied to clipboard
object
ContinueDeployment
:
DeploymentReadyAction
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentReadyAction
Stop
Deployment
Link copied to clipboard
object
StopDeployment
:
DeploymentReadyAction
Properties
value
Link copied to clipboard
abstract
val
value
:
String