Class: Aws::Types::DescribeDBParameterGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBParameterGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
-
#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_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def db_parameter_group_name @db_parameter_group_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def max_records @max_records end |