toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
mediaconnect
/
aws.sdk.kotlin.services.mediaconnect.model
/
GatewayState
Gateway
State
sealed
class
GatewayState
Inheritors
Active
Creating
Deleted
Deleting
Error
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
GatewayState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
GatewayState
Deleted
Link copied to clipboard
object
Deleted
:
GatewayState
Deleting
Link copied to clipboard
object
Deleting
:
GatewayState
Error
Link copied to clipboard
object
Error
:
GatewayState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GatewayState
Updating
Link copied to clipboard
object
Updating
:
GatewayState
Properties
value
Link copied to clipboard
abstract
val
value
:
String