class Aws::ElastiCache::Types::RebootCacheClusterMessage

Represents the input of a `RebootCacheCluster` operation.

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

data as a hash:

    {
      cache_cluster_id: "String", # required
      cache_node_ids_to_reboot: ["String"], # required
    }

@!attribute [rw] cache_cluster_id

The cluster identifier. This parameter is stored as a lowercase
string.
@return [String]

@!attribute [rw] cache_node_ids_to_reboot

A list of cache node IDs to reboot. A node ID is a numeric
identifier (0001, 0002, etc.). To reboot an entire cluster, specify
all of the cache node IDs.
@return [Array<String>]

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

Constants

SENSITIVE