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
1966 |
# File 'sig/client.rbs', line 1966
def arn: () -> ::String
|
#channels ⇒ ::Array[::String]
1967 |
# File 'sig/client.rbs', line 1967
def channels: () -> ::Array[::String]
|
#cluster_id ⇒ ::String
1968 |
# File 'sig/client.rbs', line 1968
def cluster_id: () -> ::String
|
#id ⇒ ::String
1969 |
# File 'sig/client.rbs', line 1969
def id: () -> ::String
|
#name ⇒ ::String
1970 |
# File 'sig/client.rbs', line 1970
def name: () -> ::String
|
#nodes ⇒ ::Array[::String]
1971 |
# File 'sig/client.rbs', line 1971
def nodes: () -> ::Array[::String]
|
#state ⇒ "UNASSIGNED", ...
1972 |
# File 'sig/client.rbs', line 1972
def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|