You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElastiCache::Types::PendingModifiedValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::PendingModifiedValues
- Defined in:
- (unknown)
Overview
A group of settings that are applied to the cluster in the future, or that are currently being applied.
Returned by:
Instance Attribute Summary collapse
-
#auth_token_status ⇒ String
The auth token status
Possible values:
- SETTING
- ROTATING
-
#cache_node_ids_to_remove ⇒ Array<String>
A list of cache node IDs that are being removed (or will be removed) from the cluster.
-
#cache_node_type ⇒ String
The cache node type that this cluster or replication group is scaled to.
-
#engine_version ⇒ String
The new cache engine version that the cluster runs.
-
#num_cache_nodes ⇒ Integer
The new number of cache nodes for the cluster.
Instance Attribute Details
#auth_token_status ⇒ String
The auth token status
Possible values:
- SETTING
- ROTATING
#cache_node_ids_to_remove ⇒ Array<String>
A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).
#cache_node_type ⇒ String
The cache node type that this cluster or replication group is scaled to.
#engine_version ⇒ String
The new cache engine version that the cluster runs.
#num_cache_nodes ⇒ Integer
The new number of cache nodes for the cluster.
For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.