AWS SDK for Kotlin
Toggle table of contents
1.5.89
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mediaconnect
/
aws.sdk.kotlin.services.mediaconnect.model
/
RouterInputState
Router
Input
State
sealed
class
RouterInputState
Inheritors
Active
Creating
Deleting
Error
Migrating
Recovering
Standby
Starting
Stopping
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
RouterInputState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
RouterInputState
Deleting
Link copied to clipboard
object
Deleting
:
RouterInputState
Error
Link copied to clipboard
object
Error
:
RouterInputState
Migrating
Link copied to clipboard
object
Migrating
:
RouterInputState
Recovering
Link copied to clipboard
object
Recovering
:
RouterInputState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RouterInputState
Standby
Link copied to clipboard
object
Standby
:
RouterInputState
Starting
Link copied to clipboard
object
Starting
:
RouterInputState
Stopping
Link copied to clipboard
object
Stopping
:
RouterInputState
Updating
Link copied to clipboard
object
Updating
:
RouterInputState
Properties
value
Link copied to clipboard
abstract
val
value
:
String