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
2153 |
# File 'sig/client.rbs', line 2153 def arn: () -> ::String |
#channels ⇒ ::Array[::String]
2154 |
# File 'sig/client.rbs', line 2154 def channels: () -> ::Array[::String] |
#cluster_id ⇒ ::String
2155 |
# File 'sig/client.rbs', line 2155 def cluster_id: () -> ::String |
#id ⇒ ::String
2156 |
# File 'sig/client.rbs', line 2156 def id: () -> ::String |
#name ⇒ ::String
2157 |
# File 'sig/client.rbs', line 2157 def name: () -> ::String |
#nodes ⇒ ::Array[::String]
2158 |
# File 'sig/client.rbs', line 2158 def nodes: () -> ::Array[::String] |
#state ⇒ "UNASSIGNED", ...
2159 |
# File 'sig/client.rbs', line 2159 def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING") |