Class: Aws::Redshift::Types::SecondaryClusterInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::SecondaryClusterInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
The AvailabilityZone and ClusterNodes information of the secondary compute unit.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Availability Zone in which the secondary compute unit of the cluster is located.
 - 
  
    
      #cluster_nodes  ⇒ Array<Types::ClusterNode> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The nodes in the secondary compute unit.
 
Instance Attribute Details
#availability_zone ⇒ String
The name of the Availability Zone in which the secondary compute unit of the cluster is located.
      11045 11046 11047 11048 11049 11050  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11045 class SecondaryClusterInfo < Struct.new( :availability_zone, :cluster_nodes) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_nodes ⇒ Array<Types::ClusterNode>
The nodes in the secondary compute unit.
      11045 11046 11047 11048 11049 11050  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11045 class SecondaryClusterInfo < Struct.new( :availability_zone, :cluster_nodes) SENSITIVE = [] include Aws::Structure end  |