Class: Aws::Types::DBParameterGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBParameterGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_parameter_groups ⇒ ::Array[Types::DBParameterGroup]
Returns the value of attribute db_parameter_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_parameter_groups ⇒ ::Array[Types::DBParameterGroup]
Returns the value of attribute db_parameter_groups.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def db_parameter_groups @db_parameter_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def marker @marker end |