Module: Aws::MediaLive::Client::_UpdateChannelPlacementGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateChannelPlacementGroupResponse]
- 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
2274 |
# File 'sig/client.rbs', line 2274 def arn: () -> ::String |
#channels ⇒ ::Array[::String]
2275 |
# File 'sig/client.rbs', line 2275 def channels: () -> ::Array[::String] |
#cluster_id ⇒ ::String
2276 |
# File 'sig/client.rbs', line 2276 def cluster_id: () -> ::String |
#id ⇒ ::String
2277 |
# File 'sig/client.rbs', line 2277 def id: () -> ::String |
#name ⇒ ::String
2278 |
# File 'sig/client.rbs', line 2278 def name: () -> ::String |
#nodes ⇒ ::Array[::String]
2279 |
# File 'sig/client.rbs', line 2279 def nodes: () -> ::Array[::String] |
#state ⇒ "UNASSIGNED", ...
2280 |
# File 'sig/client.rbs', line 2280 def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING") |