toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iotanalytics
/
aws.sdk.kotlin.services.iotanalytics.model
/
ChannelStatus
Channel
Status
sealed
class
ChannelStatus
Inheritors
Active
Creating
Deleting
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ChannelStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ChannelStatus
Deleting
Link copied to clipboard
object
Deleting
:
ChannelStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String