Class: Aws::Redshift::Types::OrderableClusterOption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::OrderableClusterOption
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes an orderable cluster option.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #availability_zones  ⇒ Array<Types::AvailabilityZone> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of availability zones for the orderable cluster. 
- 
  
    
      #cluster_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster type, for example ‘multi-node`. 
- 
  
    
      #cluster_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the orderable cluster. 
- 
  
    
      #node_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The node type for the orderable cluster. 
Instance Attribute Details
#availability_zones ⇒ Array<Types::AvailabilityZone>
A list of availability zones for the orderable cluster.
| 8901 8902 8903 8904 8905 8906 8907 8908 | # File 'lib/aws-sdk-redshift/types.rb', line 8901 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end | 
#cluster_type ⇒ String
The cluster type, for example ‘multi-node`.
| 8901 8902 8903 8904 8905 8906 8907 8908 | # File 'lib/aws-sdk-redshift/types.rb', line 8901 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end | 
#cluster_version ⇒ String
The version of the orderable cluster.
| 8901 8902 8903 8904 8905 8906 8907 8908 | # File 'lib/aws-sdk-redshift/types.rb', line 8901 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end | 
#node_type ⇒ String
The node type for the orderable cluster.
| 8901 8902 8903 8904 8905 8906 8907 8908 | # File 'lib/aws-sdk-redshift/types.rb', line 8901 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end |