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

Class: Aws::ElastiCache::Types::ListAllowedNodeTypeModificationsMessage

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

Overview

Note:

When passing ListAllowedNodeTypeModificationsMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  cache_cluster_id: "String",
  replication_group_id: "String",
}

The input parameters for the ListAllowedNodeTypeModifications operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

You must provide a value for either the CacheClusterId or the ReplicationGroupId.

Returns:

  • (String)

    The name of the cluster you want to scale up to a larger node instanced type.

#replication_group_idString

The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

You must provide a value for either the CacheClusterId or the ReplicationGroupId.

Returns:

  • (String)

    The name of the replication group want to scale up to a larger node type.