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

Class: Aws::DAX::Types::Parameter

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

Overview

Describes an individual setting that controls some aspect of DAX behavior.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

A range of values within which the parameter can be set.

Returns:

  • (String)

    A range of values within which the parameter can be set.

#change_typeString

The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

Possible values:

  • IMMEDIATE
  • REQUIRES_REBOOT

Returns:

  • (String)

    The conditions under which changes to this parameter can be applied.

#data_typeString

The data type of the parameter. For example, integer:

Returns:

  • (String)

    The data type of the parameter.

#descriptionString

A description of the parameter

Returns:

  • (String)

    A description of the parameter.

#is_modifiableString

Whether the customer is allowed to modify the parameter.

Possible values:

  • TRUE
  • FALSE
  • CONDITIONAL

Returns:

  • (String)

    Whether the customer is allowed to modify the parameter.

#node_type_specific_valuesArray<Types::NodeTypeSpecificValue>

A list of node types, and specific parameter values for each node.

Returns:

#parameter_nameString

The name of the parameter.

Returns:

  • (String)

    The name of the parameter.

#parameter_typeString

Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

Possible values:

  • DEFAULT
  • NODE_TYPE_SPECIFIC

Returns:

  • (String)

    Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

#parameter_valueString

The value for the parameter.

Returns:

  • (String)

    The value for the parameter.

#sourceString

How the parameter is defined. For example, system denotes a system-defined parameter.

Returns:

  • (String)

    How the parameter is defined.