Class: Aws::Types::DBParameterGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::DBParameterGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
639 640 641 |
# File 'sig/types.rbs', line 639 def marker @marker end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
638 639 640 |
# File 'sig/types.rbs', line 638 def parameters @parameters end |