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

Class: Aws::ElastiCache::Types::AllowedNodeTypeModificationsMessage

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

Overview

Represents the allowed node types you can use to modify your cluster or replication group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#scale_down_modificationsArray<String>

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

Returns:

  • (Array<String>)

    A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

#scale_up_modificationsArray<String>

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

Returns:

  • (Array<String>)

    A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.