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

Class: Aws::DAX::Types::NodeTypeSpecificValue

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

Overview

Represents a parameter value that is applicable to a particular node type.

Instance Attribute Summary collapse

Instance Attribute Details

#node_typeString

A node type to which the parameter value applies.

Returns:

  • (String)

    A node type to which the parameter value applies.

#valueString

The parameter value for this node type.

Returns:

  • (String)

    The parameter value for this node type.