Class: Aws::Types::DescribeEngineDefaultClusterParametersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEngineDefaultClusterParametersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def db_parameter_group_family @db_parameter_group_family end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def max_records @max_records end |