Module: Aws::MediaLive::Client::_UpdateClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateClusterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_ids ⇒ ::Array[::String]
- #cluster_type ⇒ "ON_PREMISES"
- #id ⇒ ::String
- #name ⇒ ::String
- #network_settings ⇒ Types::ClusterNetworkSettings
- #state ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
2293 |
# File 'sig/client.rbs', line 2293 def arn: () -> ::String |
#channel_ids ⇒ ::Array[::String]
2294 |
# File 'sig/client.rbs', line 2294 def channel_ids: () -> ::Array[::String] |
#cluster_type ⇒ "ON_PREMISES"
2295 |
# File 'sig/client.rbs', line 2295 def cluster_type: () -> ("ON_PREMISES") |
#id ⇒ ::String
2296 |
# File 'sig/client.rbs', line 2296 def id: () -> ::String |
#name ⇒ ::String
2297 |
# File 'sig/client.rbs', line 2297 def name: () -> ::String |
#network_settings ⇒ Types::ClusterNetworkSettings
2298 |
# File 'sig/client.rbs', line 2298 def network_settings: () -> Types::ClusterNetworkSettings |
#state ⇒ "CREATING", ...
2299 |
# File 'sig/client.rbs', line 2299 def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED") |