AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
ChannelPlacementGroupState
Channel
Placement
Group
State
sealed
class
ChannelPlacementGroupState
Used in DescribeChannelPlacementGroupResult
Inheritors
Assigned
Assigning
Deleted
DeleteFailed
Deleting
Unassigned
Unassigning
SdkUnknown
Members
Types
Assigned
Link copied to clipboard
object
Assigned
:
ChannelPlacementGroupState
Assigning
Link copied to clipboard
object
Assigning
:
ChannelPlacementGroupState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
ChannelPlacementGroupState
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ChannelPlacementGroupState
Deleting
Link copied to clipboard
object
Deleting
:
ChannelPlacementGroupState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelPlacementGroupState
Unassigned
Link copied to clipboard
object
Unassigned
:
ChannelPlacementGroupState
Unassigning
Link copied to clipboard
object
Unassigning
:
ChannelPlacementGroupState
Properties
value
Link copied to clipboard
abstract
val
value
:
String