Class: Aws::DAX::Types::DeleteClusterRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DAX::Types::DeleteClusterRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dax/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster to be deleted.
 
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster to be deleted.
      421 422 423 424 425  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 421 class DeleteClusterRequest < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end  |