Class: Aws::Redshift::Types::SecondaryClusterInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::SecondaryClusterInfo
 
- Defined in:
- gems/aws-sdk-redshift/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.
| 11500 11501 11502 11503 11504 11505 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11500 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.
| 11500 11501 11502 11503 11504 11505 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11500 class SecondaryClusterInfo < Struct.new( :availability_zone, :cluster_nodes) SENSITIVE = [] include Aws::Structure end |