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

Class: Aws::ElastiCache::Types::Parameter

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

The valid range of values for the parameter.

Returns:

  • (String)

    The valid range of values for the parameter.

#change_typeString

Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window\'s reboot. For more information, see Rebooting a Cluster.

Returns:

  • (String)

    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied.

#data_typeString

The valid data type for the parameter.

Returns:

  • (String)

    The valid data type for the parameter.

#descriptionString

A description of the parameter.

Returns:

  • (String)

    A description of the parameter.

#is_modifiableBoolean

Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

Returns:

  • (Boolean)

    Indicates whether (true) or not (false) the parameter can be modified.

#minimum_engine_versionString

The earliest cache engine version to which the parameter can apply.

Returns:

  • (String)

    The earliest cache engine version to which the parameter can apply.

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

#sourceString

The source of the parameter.

Returns:

  • (String)

    The source of the parameter.