AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mediaconnect
/
aws.sdk.kotlin.services.mediaconnect.model
/
ReservationState
Reservation
State
sealed
class
ReservationState
Inheritors
Active
Canceled
Expired
Processing
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ReservationState
Canceled
Link copied to clipboard
object
Canceled
:
ReservationState
Companion
Link copied to clipboard
object
Companion
Expired
Link copied to clipboard
object
Expired
:
ReservationState
Processing
Link copied to clipboard
object
Processing
:
ReservationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReservationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String