AWS SDK for Kotlin
Toggle table of contents
1.5.33
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ClusterAutoScalingStatus
Cluster
Auto
Scaling
Status
sealed
class
ClusterAutoScalingStatus
Inheritors
Creating
Deleting
Failed
Inservice
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ClusterAutoScalingStatus
Deleting
Link copied to clipboard
object
Deleting
:
ClusterAutoScalingStatus
Failed
Link copied to clipboard
object
Failed
:
ClusterAutoScalingStatus
Inservice
Link copied to clipboard
object
Inservice
:
ClusterAutoScalingStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterAutoScalingStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String