Class: Aws::Types::DescribeClusterResponse

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)


5092
5093
5094
# File 'sig/types.rbs', line 5092

def arn
  @arn
end

#channel_ids::Array[::String]

Returns the value of attribute channel_ids.

Returns:

  • (::Array[::String])


5093
5094
5095
# File 'sig/types.rbs', line 5093

def channel_ids
  @channel_ids
end

#cluster_type"ON_PREMISES"

Returns the value of attribute cluster_type.

Returns:

  • ("ON_PREMISES")


5094
5095
5096
# File 'sig/types.rbs', line 5094

def cluster_type
  @cluster_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5095
5096
5097
# File 'sig/types.rbs', line 5095

def id
  @id
end

#instance_role_arn::String

Returns the value of attribute instance_role_arn.

Returns:

  • (::String)


5096
5097
5098
# File 'sig/types.rbs', line 5096

def instance_role_arn
  @instance_role_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5097
5098
5099
# File 'sig/types.rbs', line 5097

def name
  @name
end

#network_settingsTypes::ClusterNetworkSettings

Returns the value of attribute network_settings.



5098
5099
5100
# File 'sig/types.rbs', line 5098

def network_settings
  @network_settings
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


5099
5100
5101
# File 'sig/types.rbs', line 5099

def state
  @state
end