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

Class: Aws::ElastiCache::Types::DeleteCacheClusterMessage

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

Overview

Note:

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

{
  cache_cluster_id: "String", # required
  final_snapshot_identifier: "String",
}

Represents the input of a DeleteCacheCluster operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

Returns:

  • (String)

    The cluster identifier for the cluster to be deleted.

#final_snapshot_identifierString

The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

Returns:

  • (String)

    The user-supplied name of a final cluster snapshot.