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
/
SdiSourceState
Sdi
Source
State
sealed
class
SdiSourceState
Used in SdiSource, DescribeNodeRequest, DescribeNodeResult
Inheritors
Deleted
Idle
InUse
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
SdiSourceState
Idle
Link copied to clipboard
object
Idle
:
SdiSourceState
In
Use
Link copied to clipboard
object
InUse
:
SdiSourceState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SdiSourceState
Properties
value
Link copied to clipboard
abstract
val
value
:
String