Class: Aws::Types::CreateParameterGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateParameterGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
227 228 229 |
# File 'sig/types.rbs', line 227 def description @description end |
#family ⇒ ::String
Returns the value of attribute family.
226 227 228 |
# File 'sig/types.rbs', line 226 def family @family end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
225 226 227 |
# File 'sig/types.rbs', line 225 def parameter_group_name @parameter_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
228 229 230 |
# File 'sig/types.rbs', line 228 def @tags end |