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

Class: Aws::DAX::Types::ParameterNameValue

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

Overview

Note:

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

{
  parameter_name: "String",
  parameter_value: "String",
}

An individual DAX parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_nameString

The name of the parameter.

Returns:

  • (String)

    The name of the parameter.

#parameter_valueString

The value of the parameter.

Returns:

  • (String)

    The value of the parameter.