Class: Aws::Types::DescribeClustersMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.



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

def cluster_identifier
  @cluster_identifier
end

#marker::String

Returns the value of attribute marker.



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

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.



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

def max_records
  @max_records
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.



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

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.



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

def tag_values
  @tag_values
end