Class: Aws::Types::DescribeEngineDefaultParametersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEngineDefaultParametersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
740 741 742 |
# File 'sig/types.rbs', line 740 def cache_parameter_group_family @cache_parameter_group_family end |
#marker ⇒ ::String
Returns the value of attribute marker.
742 743 744 |
# File 'sig/types.rbs', line 742 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
741 742 743 |
# File 'sig/types.rbs', line 741 def max_records @max_records end |