Module: Aws::MediaLive::Client::_DeleteClusterResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#channel_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#cluster_type"ON_PREMISES"

Returns:

  • ("ON_PREMISES")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#instance_role_arn::String

Returns:

  • (::String)


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

def instance_role_arn: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_settingsTypes::ClusterNetworkSettings



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

def network_settings: () -> Types::ClusterNetworkSettings

#state"CREATING", ...

Returns:

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


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

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