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)


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

def arn: () -> ::String

#channel_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#cluster_type"ON_PREMISES"

Returns:

  • ("ON_PREMISES")


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#instance_role_arn::String

Returns:

  • (::String)


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

def instance_role_arn: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_settingsTypes::ClusterNetworkSettings



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

def network_settings: () -> Types::ClusterNetworkSettings

#state"CREATING", ...

Returns:

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


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

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