Class: Aws::Types::ClusterParameterGroup
- Inherits:
-
Object
- Object
- Aws::Types::ClusterParameterGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_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.
319 320 321 |
# File 'sig/types.rbs', line 319 def description @description end |
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
318 319 320 |
# File 'sig/types.rbs', line 318 def parameter_group_family @parameter_group_family end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
317 318 319 |
# File 'sig/types.rbs', line 317 def parameter_group_name @parameter_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
320 321 322 |
# File 'sig/types.rbs', line 320 def @tags end |