AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
InputState
Input
State
sealed
class
InputState
Placeholder documentation for InputState
Inheritors
Attached
Creating
Deleted
Deleting
Detached
SdkUnknown
Members
Types
Attached
Link copied to clipboard
object
Attached
:
InputState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
InputState
Deleted
Link copied to clipboard
object
Deleted
:
InputState
Deleting
Link copied to clipboard
object
Deleting
:
InputState
Detached
Link copied to clipboard
object
Detached
:
InputState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InputState
Properties
value
Link copied to clipboard
abstract
val
value
:
String