Class: Aws::Types::ModifyCacheParameterGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCacheParameterGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
-
#parameter_name_values ⇒ ::Array[Types::ParameterNameValue]
Returns the value of attribute parameter_name_values.
Instance Attribute Details
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def cache_parameter_group_name @cache_parameter_group_name end |
#parameter_name_values ⇒ ::Array[Types::ParameterNameValue]
Returns the value of attribute parameter_name_values.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def parameter_name_values @parameter_name_values end |