Class: Aws::Types::DescribeDefaultClusterParametersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDefaultClusterParametersMessage
- 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_family ⇒ ::String
Returns the value of attribute parameter_group_family.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def max_records @max_records end |
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def parameter_group_family @parameter_group_family end |