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
/
InputDeviceConnectionState
Input
Device
Connection
State
sealed
class
InputDeviceConnectionState
The state of the connection between the input device and AWS.
Inheritors
Connected
Disconnected
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connected
Link copied to clipboard
object
Connected
:
InputDeviceConnectionState
Disconnected
Link copied to clipboard
object
Disconnected
:
InputDeviceConnectionState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InputDeviceConnectionState
Properties
value
Link copied to clipboard
abstract
val
value
:
String