AWS SDK for Kotlin
Toggle table of contents
1.5.63
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
ReservationState
Reservation
State
sealed
class
ReservationState
Inheritors
Active
Cancelled
Delayed
Expired
Failed
PaymentFailed
PaymentPending
Pending
Retired
Scheduled
Unsupported
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ReservationState
Cancelled
Link copied to clipboard
object
Cancelled
:
ReservationState
Companion
Link copied to clipboard
object
Companion
Delayed
Link copied to clipboard
object
Delayed
:
ReservationState
Expired
Link copied to clipboard
object
Expired
:
ReservationState
Failed
Link copied to clipboard
object
Failed
:
ReservationState
Payment
Failed
Link copied to clipboard
object
PaymentFailed
:
ReservationState
Payment
Pending
Link copied to clipboard
object
PaymentPending
:
ReservationState
Pending
Link copied to clipboard
object
Pending
:
ReservationState
Retired
Link copied to clipboard
object
Retired
:
ReservationState
Scheduled
Link copied to clipboard
object
Scheduled
:
ReservationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReservationState
Unsupported
Link copied to clipboard
object
Unsupported
:
ReservationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String