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)


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

def arn: () -> ::String

#channel_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#cluster_type"ON_PREMISES"

Returns:

  • ("ON_PREMISES")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_settingsTypes::ClusterNetworkSettings



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

def network_settings: () -> Types::ClusterNetworkSettings

#state"CREATING", ...

Returns:

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


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

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