AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
autoscaling
/
aws.sdk.kotlin.services.autoscaling.model
/
InstanceRefreshStatus
Instance
Refresh
Status
sealed
class
InstanceRefreshStatus
Inheritors
Baking
Cancelled
Cancelling
Failed
InProgress
Pending
RollbackFailed
RollbackInProgress
RollbackSuccessful
Successful
SdkUnknown
Members
Types
Baking
Link copied to clipboard
object
Baking
:
InstanceRefreshStatus
Cancelled
Link copied to clipboard
object
Cancelled
:
InstanceRefreshStatus
Cancelling
Link copied to clipboard
object
Cancelling
:
InstanceRefreshStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
InstanceRefreshStatus
In
Progress
Link copied to clipboard
object
InProgress
:
InstanceRefreshStatus
Pending
Link copied to clipboard
object
Pending
:
InstanceRefreshStatus
Rollback
Failed
Link copied to clipboard
object
RollbackFailed
:
InstanceRefreshStatus
Rollback
In
Progress
Link copied to clipboard
object
RollbackInProgress
:
InstanceRefreshStatus
Rollback
Successful
Link copied to clipboard
object
RollbackSuccessful
:
InstanceRefreshStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InstanceRefreshStatus
Successful
Link copied to clipboard
object
Successful
:
InstanceRefreshStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String