Module: Aws::MediaLive::Client::_DeleteChannelPlacementGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteChannelPlacementGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channels ⇒ ::Array[::String]
- #cluster_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #nodes ⇒ ::Array[::String]
- #state ⇒ "UNASSIGNED", ...
Instance Method Details
#arn ⇒ ::String
2098 |
# File 'sig/client.rbs', line 2098
def arn: () -> ::String
|
#channels ⇒ ::Array[::String]
2099 |
# File 'sig/client.rbs', line 2099
def channels: () -> ::Array[::String]
|
#cluster_id ⇒ ::String
2100 |
# File 'sig/client.rbs', line 2100
def cluster_id: () -> ::String
|
#id ⇒ ::String
2101 |
# File 'sig/client.rbs', line 2101
def id: () -> ::String
|
#name ⇒ ::String
2102 |
# File 'sig/client.rbs', line 2102
def name: () -> ::String
|
#nodes ⇒ ::Array[::String]
2103 |
# File 'sig/client.rbs', line 2103
def nodes: () -> ::Array[::String]
|
#state ⇒ "UNASSIGNED", ...
2104 |
# File 'sig/client.rbs', line 2104
def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|