Module: Aws::MediaLive::Client::_UpdateClusterResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateClusterResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


2309
# File 'sig/client.rbs', line 2309

def arn: () -> ::String

#channel_ids::Array[::String]

Returns:

  • (::Array[::String])


2310
# File 'sig/client.rbs', line 2310

def channel_ids: () -> ::Array[::String]

#cluster_type"ON_PREMISES"

Returns:

  • ("ON_PREMISES")


2311
# File 'sig/client.rbs', line 2311

def cluster_type: () -> ("ON_PREMISES")

#id::String

Returns:

  • (::String)


2312
# File 'sig/client.rbs', line 2312

def id: () -> ::String

#name::String

Returns:

  • (::String)


2313
# File 'sig/client.rbs', line 2313

def name: () -> ::String

#network_settingsTypes::ClusterNetworkSettings



2314
# File 'sig/client.rbs', line 2314

def network_settings: () -> Types::ClusterNetworkSettings

#state"CREATING", ...

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "DELETE_FAILED", "DELETED")


2315
# File 'sig/client.rbs', line 2315

def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETE_FAILED" | "DELETED")