Class: Aws::DAX::Types::UpdateClusterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DAX::Types::UpdateClusterResponse
 
 
- 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, after it has been modified.
 
Instance Attribute Details
#cluster ⇒ Types::Cluster
A description of the DAX cluster, after it has been modified.
      1604 1605 1606 1607 1608  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1604 class UpdateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end  |