Class: Aws::Types::CreateDBParameterGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBParameterGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
620 621 622 |
# File 'sig/types.rbs', line 620 def db_parameter_group_family @db_parameter_group_family end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
619 620 621 |
# File 'sig/types.rbs', line 619 def db_parameter_group_name @db_parameter_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
621 622 623 |
# File 'sig/types.rbs', line 621 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
622 623 624 |
# File 'sig/types.rbs', line 622 def @tags end |