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.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def marker @marker end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def parameters @parameters end |