Class: Aws::Types::DescribeClustersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClustersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def cluster_identifier @cluster_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
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.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def tag_values @tag_values end |