AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
InputDeviceState
Input
Device
State
sealed
class
InputDeviceState
The state of the input device.
Inheritors
Idle
Streaming
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Idle
Link copied to clipboard
object
Idle
:
InputDeviceState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InputDeviceState
Streaming
Link copied to clipboard
object
Streaming
:
InputDeviceState
Properties
value
Link copied to clipboard
abstract
val
value
:
String