class Aws::ElastiCache::Types::ListAllowedNodeTypeModificationsMessage

The input parameters for the `ListAllowedNodeTypeModifications` operation.

@note When making an API call, you may pass ListAllowedNodeTypeModificationsMessage

data as a hash:

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

@!attribute [rw] cache_cluster_id

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`.
@return [String]

@!attribute [rw] replication_group_id

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`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ListAllowedNodeTypeModificationsMessage AWS API Documentation

Constants

SENSITIVE