AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
ReservedInstanceState
Reserved
Instance
State
sealed
class
ReservedInstanceState
Inheritors
Active
PaymentFailed
PaymentPending
Queued
QueuedDeleted
Retired
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ReservedInstanceState
Companion
Link copied to clipboard
object
Companion
Payment
Failed
Link copied to clipboard
object
PaymentFailed
:
ReservedInstanceState
Payment
Pending
Link copied to clipboard
object
PaymentPending
:
ReservedInstanceState
Queued
Link copied to clipboard
object
Queued
:
ReservedInstanceState
Queued
Deleted
Link copied to clipboard
object
QueuedDeleted
:
ReservedInstanceState
Retired
Link copied to clipboard
object
Retired
:
ReservedInstanceState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReservedInstanceState
Properties
value
Link copied to clipboard
abstract
val
value
:
String