class Aws::ElastiCache::Types::DeleteCacheClusterMessage

Represents the input of a `DeleteCacheCluster` operation.

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

data as a hash:

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

@!attribute [rw] cache_cluster_id

The cluster identifier for the cluster to be deleted. This parameter
is not case sensitive.
@return [String]

@!attribute [rw] final_snapshot_identifier

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

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

Constants

SENSITIVE