Class: Aws::Types::ClusterParameterGroupNameMessage
- Inherits:
-
Object
- Object
- Aws::Types::ClusterParameterGroupNameMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
Instance Attribute Details
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
334 335 336 |
# File 'sig/types.rbs', line 334 def parameter_group_name @parameter_group_name end |
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
335 336 337 |
# File 'sig/types.rbs', line 335 def parameter_group_status @parameter_group_status end |