Class: Aws::Types::ParameterGroup
- Inherits:
-
Object
- Object
- Aws::Types::ParameterGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
329 330 331 |
# File 'sig/types.rbs', line 329 def description @description end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
328 329 330 |
# File 'sig/types.rbs', line 328 def parameter_group_name @parameter_group_name end |