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
2309 |
# File 'sig/client.rbs', line 2309
def arn: () -> ::String
|
#channel_ids ⇒ ::Array[::String]
2310 |
# File 'sig/client.rbs', line 2310
def channel_ids: () -> ::Array[::String]
|
#cluster_type ⇒ "ON_PREMISES"
2311 |
# File 'sig/client.rbs', line 2311
def cluster_type: () -> ("ON_PREMISES")
|
#id ⇒ ::String
2312 |
# File 'sig/client.rbs', line 2312
def id: () -> ::String
|
#name ⇒ ::String
2313 |
# File 'sig/client.rbs', line 2313
def name: () -> ::String
|
#network_settings ⇒ Types::ClusterNetworkSettings
2314 |
# File 'sig/client.rbs', line 2314
def network_settings: () -> Types::ClusterNetworkSettings
|
#state ⇒ "CREATING", ...
2315 |
# File 'sig/client.rbs', line 2315
def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")
|