Class: Aws::Types::DescribeClustersMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def cluster_identifier
  @cluster_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def max_records
  @max_records
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1065
1066
1067
# File 'sig/types.rbs', line 1065

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1066
1067
1068
# File 'sig/types.rbs', line 1066

def tag_values
  @tag_values
end