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
2290 |
# File 'sig/client.rbs', line 2290
def arn: () -> ::String
|
#channels ⇒ ::Array[::String]
2291 |
# File 'sig/client.rbs', line 2291
def channels: () -> ::Array[::String]
|
#cluster_id ⇒ ::String
2292 |
# File 'sig/client.rbs', line 2292
def cluster_id: () -> ::String
|
#id ⇒ ::String
2293 |
# File 'sig/client.rbs', line 2293
def id: () -> ::String
|
#name ⇒ ::String
2294 |
# File 'sig/client.rbs', line 2294
def name: () -> ::String
|
#nodes ⇒ ::Array[::String]
2295 |
# File 'sig/client.rbs', line 2295
def nodes: () -> ::Array[::String]
|
#state ⇒ "UNASSIGNED", ...
2296 |
# File 'sig/client.rbs', line 2296
def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|