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

Class: Aws::ElastiCache::Types::RebootCacheClusterMessage

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

Overview

Note:

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

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

Represents the input of a RebootCacheCluster operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The cluster identifier. This parameter is stored as a lowercase string.

Returns:

  • (String)

    The cluster identifier.

#cache_node_ids_to_rebootArray<String>

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.

Returns:

  • (Array<String>)

    A list of cache node IDs to reboot.