class Aws::ElastiCache::Types::ParameterNameValue

Describes a name-value pair that is used to update the value of a parameter.

@note When making an API call, you may pass ParameterNameValue

data as a hash:

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

@!attribute [rw] parameter_name

The name of the parameter.
@return [String]

@!attribute [rw] parameter_value

The value of the parameter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ParameterNameValue AWS API Documentation

Constants

SENSITIVE