Class: Aws::Types::AwsRdsDbParameterGroup
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbParameterGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
-
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
Instance Attribute Details
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
3588 3589 3590 |
# File 'sig/types.rbs', line 3588 def db_parameter_group_name @db_parameter_group_name end |
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
3589 3590 3591 |
# File 'sig/types.rbs', line 3589 def parameter_apply_status @parameter_apply_status end |