Module: Aws::MediaLive::Client::_DescribeClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeClusterResponse]
- 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
2186 |
# File 'sig/client.rbs', line 2186
def arn: () -> ::String
|
#channel_ids ⇒ ::Array[::String]
2187 |
# File 'sig/client.rbs', line 2187
def channel_ids: () -> ::Array[::String]
|
#cluster_type ⇒ "ON_PREMISES"
2188 |
# File 'sig/client.rbs', line 2188
def cluster_type: () -> ("ON_PREMISES")
|
#id ⇒ ::String
2189 |
# File 'sig/client.rbs', line 2189
def id: () -> ::String
|
#instance_role_arn ⇒ ::String
2190 |
# File 'sig/client.rbs', line 2190
def instance_role_arn: () -> ::String
|
#name ⇒ ::String
2191 |
# File 'sig/client.rbs', line 2191
def name: () -> ::String
|
#network_settings ⇒ Types::ClusterNetworkSettings
2192 |
# File 'sig/client.rbs', line 2192
def network_settings: () -> Types::ClusterNetworkSettings
|
#state ⇒ "CREATING", ...
2193 |
# File 'sig/client.rbs', line 2193
def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|