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.
267 268 269 |
# File 'sig/types.rbs', line 267 def db_parameter_group_family @db_parameter_group_family end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
266 267 268 |
# File 'sig/types.rbs', line 266 def db_parameter_group_name @db_parameter_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
268 269 270 |
# File 'sig/types.rbs', line 268 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
269 270 271 |
# File 'sig/types.rbs', line 269 def @tags end |