toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
eks
/
aws.sdk.kotlin.services.eks.model
/
ClusterStatus
Cluster
Status
sealed
class
ClusterStatus
Inheritors
Active
Creating
Deleting
Failed
Pending
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ClusterStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ClusterStatus
Deleting
Link copied to clipboard
object
Deleting
:
ClusterStatus
Failed
Link copied to clipboard
object
Failed
:
ClusterStatus
Pending
Link copied to clipboard
object
Pending
:
ClusterStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterStatus
Updating
Link copied to clipboard
object
Updating
:
ClusterStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String