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.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def db_parameter_group_arn @db_parameter_group_arn end |
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def db_parameter_group_family @db_parameter_group_family end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def db_parameter_group_name @db_parameter_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def description @description end |