AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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