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
2170 |
# File 'sig/client.rbs', line 2170 def arn: () -> ::String |
#channel_ids ⇒ ::Array[::String]
2171 |
# File 'sig/client.rbs', line 2171 def channel_ids: () -> ::Array[::String] |
#cluster_type ⇒ "ON_PREMISES"
2172 |
# File 'sig/client.rbs', line 2172 def cluster_type: () -> ("ON_PREMISES") |
#id ⇒ ::String
2173 |
# File 'sig/client.rbs', line 2173 def id: () -> ::String |
#instance_role_arn ⇒ ::String
2174 |
# File 'sig/client.rbs', line 2174 def instance_role_arn: () -> ::String |
#name ⇒ ::String
2175 |
# File 'sig/client.rbs', line 2175 def name: () -> ::String |
#network_settings ⇒ Types::ClusterNetworkSettings
2176 |
# File 'sig/client.rbs', line 2176 def network_settings: () -> Types::ClusterNetworkSettings |
#state ⇒ "CREATING", ...
2177 |
# File 'sig/client.rbs', line 2177 def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED") |