Class: Aws::Types::CreateClusterResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4894
4895
4896
# File 'sig/types.rbs', line 4894

def arn
  @arn
end

#channel_ids::Array[::String]

Returns the value of attribute channel_ids.

Returns:

  • (::Array[::String])


4895
4896
4897
# File 'sig/types.rbs', line 4895

def channel_ids
  @channel_ids
end

#cluster_type"ON_PREMISES"

Returns the value of attribute cluster_type.

Returns:

  • ("ON_PREMISES")


4896
4897
4898
# File 'sig/types.rbs', line 4896

def cluster_type
  @cluster_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4897
4898
4899
# File 'sig/types.rbs', line 4897

def id
  @id
end

#instance_role_arn::String

Returns the value of attribute instance_role_arn.

Returns:

  • (::String)


4898
4899
4900
# File 'sig/types.rbs', line 4898

def instance_role_arn
  @instance_role_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4899
4900
4901
# File 'sig/types.rbs', line 4899

def name
  @name
end

#network_settingsTypes::ClusterNetworkSettings

Returns the value of attribute network_settings.



4900
4901
4902
# File 'sig/types.rbs', line 4900

def network_settings
  @network_settings
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


4901
4902
4903
# File 'sig/types.rbs', line 4901

def state
  @state
end