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

Class: Aws::ElastiCache::Types::CacheParameterGroupStatus

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

Overview

Status of the cache parameter group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_ids_to_rebootArray<String>

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

Returns:

  • (Array<String>)

    A list of the cache node IDs which need to be rebooted for parameter changes to be applied.

#cache_parameter_group_nameString

The name of the cache parameter group.

Returns:

  • (String)

    The name of the cache parameter group.

#parameter_apply_statusString

The status of parameter updates.

Returns:

  • (String)

    The status of parameter updates.