Module: Aws::MediaLive::Client::_CreateClusterResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#channel_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#cluster_type"ON_PREMISES"

Returns:

  • ("ON_PREMISES")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#instance_role_arn::String

Returns:

  • (::String)


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

def instance_role_arn: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_settingsTypes::ClusterNetworkSettings



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

def network_settings: () -> Types::ClusterNetworkSettings

#state"CREATING", ...

Returns:

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


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

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