Class: Aws::DAX::Types::UpdateParameterGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_group_nameString

The name of the parameter group.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
# File 'lib/aws-sdk-dax/types.rb', line 1631

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

#parameter_name_valuesArray<Types::ParameterNameValue>

An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

<note markdown=“1”> ‘record-ttl-millis` and `query-ttl-millis` are the only supported parameter names. For more details, see [Configuring TTL Settings].

</note>

[1]: docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html#DAX.cluster-management.custom-settings.ttl

Returns:



1631
1632
1633
1634
1635
1636
# File 'lib/aws-sdk-dax/types.rb', line 1631

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