Class: Aws::Types::CreateCacheParameterGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateCacheParameterGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
-
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
387 388 389 |
# File 'sig/types.rbs', line 387 def cache_parameter_group_family @cache_parameter_group_family end |
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
386 387 388 |
# File 'sig/types.rbs', line 386 def cache_parameter_group_name @cache_parameter_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
388 389 390 |
# File 'sig/types.rbs', line 388 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
389 390 391 |
# File 'sig/types.rbs', line 389 def @tags end |