AWS SDK for Kotlin
Toggle table of contents
1.4.124
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
PaymentFailed
PaymentPending
Retired
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ReservationState
Companion
Link copied to clipboard
object
Companion
Payment
Failed
Link copied to clipboard
object
PaymentFailed
:
ReservationState
Payment
Pending
Link copied to clipboard
object
PaymentPending
:
ReservationState
Retired
Link copied to clipboard
object
Retired
:
ReservationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReservationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String