AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mediaconvert
/
aws.sdk.kotlin.services.mediaconvert.model
/
ReservationPlanStatus
Reservation
Plan
Status
sealed
class
ReservationPlanStatus
Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.
Inheritors
Active
Expired
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ReservationPlanStatus
Companion
Link copied to clipboard
object
Companion
Expired
Link copied to clipboard
object
Expired
:
ReservationPlanStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReservationPlanStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String