Module: Aws::MediaLive::Client::_CreateChannelPlacementGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateChannelPlacementGroupResponse]
- 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
1950 |
# File 'sig/client.rbs', line 1950
def arn: () -> ::String
|
#channels ⇒ ::Array[::String]
1951 |
# File 'sig/client.rbs', line 1951
def channels: () -> ::Array[::String]
|
#cluster_id ⇒ ::String
1952 |
# File 'sig/client.rbs', line 1952
def cluster_id: () -> ::String
|
#id ⇒ ::String
1953 |
# File 'sig/client.rbs', line 1953
def id: () -> ::String
|
#name ⇒ ::String
1954 |
# File 'sig/client.rbs', line 1954
def name: () -> ::String
|
#nodes ⇒ ::Array[::String]
1955 |
# File 'sig/client.rbs', line 1955
def nodes: () -> ::Array[::String]
|
#state ⇒ "UNASSIGNED", ...
1956 |
# File 'sig/client.rbs', line 1956
def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|