Module: Aws::MediaLive::Client::_DeleteClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteClusterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_ids ⇒ ::Array[::String]
- #cluster_type ⇒ "ON_PREMISES"
- #id ⇒ ::String
- #instance_role_arn ⇒ ::String
- #name ⇒ ::String
- #network_settings ⇒ Types::ClusterNetworkSettings
- #state ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
2115 |
# File 'sig/client.rbs', line 2115
def arn: () -> ::String
|
#channel_ids ⇒ ::Array[::String]
2116 |
# File 'sig/client.rbs', line 2116
def channel_ids: () -> ::Array[::String]
|
#cluster_type ⇒ "ON_PREMISES"
2117 |
# File 'sig/client.rbs', line 2117
def cluster_type: () -> ("ON_PREMISES")
|
#id ⇒ ::String
2118 |
# File 'sig/client.rbs', line 2118
def id: () -> ::String
|
#instance_role_arn ⇒ ::String
2119 |
# File 'sig/client.rbs', line 2119
def instance_role_arn: () -> ::String
|
#name ⇒ ::String
2120 |
# File 'sig/client.rbs', line 2120
def name: () -> ::String
|
#network_settings ⇒ Types::ClusterNetworkSettings
2121 |
# File 'sig/client.rbs', line 2121
def network_settings: () -> Types::ClusterNetworkSettings
|
#state ⇒ "CREATING", ...
2122 |
# File 'sig/client.rbs', line 2122
def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|