class Aws::ElastiCache::Types::ModifyCacheParameterGroupMessage
Represents the input of a `ModifyCacheParameterGroup` operation.
@note When making an API call, you may pass ModifyCacheParameterGroupMessage
data as a hash: { cache_parameter_group_name: "String", # required parameter_name_values: [ # required { parameter_name: "String", parameter_value: "String", }, ], }
@!attribute [rw] cache_parameter_group_name
The name of the cache parameter group to modify. @return [String]
@!attribute [rw] parameter_name_values
An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request. @return [Array<Types::ParameterNameValue>]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheParameterGroupMessage AWS API Documentation
Constants
- SENSITIVE