Class: Aws::Types::DBParameterGroup
- Inherits:
-
Object
- Object
- Aws::Types::DBParameterGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_parameter_group_arn ⇒ ::String
Returns the value of attribute db_parameter_group_arn.
-
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
-
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#db_parameter_group_arn ⇒ ::String
Returns the value of attribute db_parameter_group_arn.
630 631 632 |
# File 'sig/types.rbs', line 630 def db_parameter_group_arn @db_parameter_group_arn end |
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
628 629 630 |
# File 'sig/types.rbs', line 628 def db_parameter_group_family @db_parameter_group_family end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
627 628 629 |
# File 'sig/types.rbs', line 627 def db_parameter_group_name @db_parameter_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
629 630 631 |
# File 'sig/types.rbs', line 629 def description @description end |