Module: Aws::MediaLive::Client::_DeleteChannelPlacementGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteChannelPlacementGroupResponse]
- 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
2082 |
# File 'sig/client.rbs', line 2082
def arn: () -> ::String
|
#channels ⇒ ::Array[::String]
2083 |
# File 'sig/client.rbs', line 2083
def channels: () -> ::Array[::String]
|
#cluster_id ⇒ ::String
2084 |
# File 'sig/client.rbs', line 2084
def cluster_id: () -> ::String
|
#id ⇒ ::String
2085 |
# File 'sig/client.rbs', line 2085
def id: () -> ::String
|
#name ⇒ ::String
2086 |
# File 'sig/client.rbs', line 2086
def name: () -> ::String
|
#nodes ⇒ ::Array[::String]
2087 |
# File 'sig/client.rbs', line 2087
def nodes: () -> ::Array[::String]
|
#state ⇒ "UNASSIGNED", ...
2088 |
# File 'sig/client.rbs', line 2088
def state: () -> ("UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETE_FAILED" | "DELETED" | "UNASSIGNING")
|