toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ssmsap
/
aws.sdk.kotlin.services.ssmsap.model
/
ClusterStatus
Cluster
Status
sealed
class
ClusterStatus
Inheritors
Maintenance
None
Offline
Online
Standby
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Maintenance
Link copied to clipboard
object
Maintenance
:
ClusterStatus
None
Link copied to clipboard
object
None
:
ClusterStatus
Offline
Link copied to clipboard
object
Offline
:
ClusterStatus
Online
Link copied to clipboard
object
Online
:
ClusterStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterStatus
Standby
Link copied to clipboard
object
Standby
:
ClusterStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String