Class: Aws::Types::DescribeClusterParameterGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterParameterGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#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
#marker ⇒ ::String
Returns the value of attribute marker.
997 998 999 |
# File 'sig/types.rbs', line 997 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
996 997 998 |
# File 'sig/types.rbs', line 996 def max_records @max_records end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
995 996 997 |
# File 'sig/types.rbs', line 995 def parameter_group_name @parameter_group_name end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
998 999 1000 |
# File 'sig/types.rbs', line 998 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def tag_values @tag_values end |