Class: Aws::ElastiCache::Types::ModifyCacheParameterGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Represents the input of a ModifyCacheParameterGroup operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_group_nameString

The name of the cache parameter group to modify.

Returns:

  • (String)


6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6160

class ModifyCacheParameterGroupMessage < Struct.new(
  :cache_parameter_group_name,
  :parameter_name_values)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_name_valuesArray<Types::ParameterNameValue>

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.

Returns:



6160
6161
6162
6163
6164
6165
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6160

class ModifyCacheParameterGroupMessage < Struct.new(
  :cache_parameter_group_name,
  :parameter_name_values)
  SENSITIVE = []
  include Aws::Structure
end