AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
ServiceDeploymentRollbackMonitorsStatus
Service
Deployment
Rollback
Monitors
Status
sealed
class
ServiceDeploymentRollbackMonitorsStatus
Inheritors
Disabled
Monitoring
MonitoringComplete
Triggered
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
ServiceDeploymentRollbackMonitorsStatus
Monitoring
Link copied to clipboard
object
Monitoring
:
ServiceDeploymentRollbackMonitorsStatus
Monitoring
Complete
Link copied to clipboard
object
MonitoringComplete
:
ServiceDeploymentRollbackMonitorsStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceDeploymentRollbackMonitorsStatus
Triggered
Link copied to clipboard
object
Triggered
:
ServiceDeploymentRollbackMonitorsStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String