Class: Aws::DAX::Types::CreateClusterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DAX::Types::CreateClusterResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dax/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ Types::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the DAX cluster that you have created.
 
Instance Attribute Details
#cluster ⇒ Types::Cluster
A description of the DAX cluster that you have created.
      304 305 306 307 308  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 304 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end  |