You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateParameterGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  parameter_group_name: "String", # required
  parameter_name_values: [ # required
    {
      parameter_name: "String",
      parameter_value: "String",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_group_nameString

The name of the parameter group.

Returns:

  • (String)

    The name of the parameter group.

#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.

Returns: