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
- Struct
- Aws::ElastiCache::Types::DeleteCacheClusterMessage
 
- 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
- 
  
    
      #cache_cluster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster identifier for the cluster to be deleted. 
- 
  
    
      #final_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user-supplied name of a final cluster snapshot. 
Instance Attribute Details
#cache_cluster_id ⇒ String
The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
#final_snapshot_identifier ⇒ String
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.