Class: Aws::Redshift::Types::CreateClusterResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::CreateClusterResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ Types::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes a cluster.
 
Instance Attribute Details
#cluster ⇒ Types::Cluster
Describes a cluster.
      2453 2454 2455 2456 2457  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2453 class CreateClusterResult < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end  |