Module: Aws::MediaLive::Client::_DescribeChannelPlacementGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChannelPlacementGroupResponse]
- 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
2169 |
# File 'sig/client.rbs', line 2169
def arn: () -> ::String
|
#channels ⇒ ::Array[::String]
2170 |
# File 'sig/client.rbs', line 2170
def channels: () -> ::Array[::String]
|
#cluster_id ⇒ ::String
2171 |
# File 'sig/client.rbs', line 2171
def cluster_id: () -> ::String
|
#id ⇒ ::String
2172 |
# File 'sig/client.rbs', line 2172
def id: () -> ::String
|
#name ⇒ ::String
2173 |
# File 'sig/client.rbs', line 2173
def name: () -> ::String
|
#nodes ⇒ ::Array[::String]
2174 |
# File 'sig/client.rbs', line 2174
def nodes: () -> ::Array[::String]
|
#state ⇒ "UNASSIGNED", ...
2175 |
# File 'sig/client.rbs', line 2175
def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|