AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
ReservationResourceType
Reservation
Resource
Type
sealed
class
ReservationResourceType
Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
Inheritors
Channel
Input
Multiplex
Output
SdkUnknown
Members
Types
Channel
Link copied to clipboard
object
Channel
:
ReservationResourceType
Companion
Link copied to clipboard
object
Companion
Input
Link copied to clipboard
object
Input
:
ReservationResourceType
Multiplex
Link copied to clipboard
object
Multiplex
:
ReservationResourceType
Output
Link copied to clipboard
object
Output
:
ReservationResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReservationResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String