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.
662 663 664 |
# File 'sig/types.rbs', line 662 def db_parameter_groups @db_parameter_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
661 662 663 |
# File 'sig/types.rbs', line 661 def marker @marker end |