Class: Aws::Redshift::Types::NodeConfigurationOption
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::NodeConfigurationOption
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
A list of node configurations.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #estimated_disk_utilization_percent  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The estimated disk utilizaton percentage.
 - 
  
    
      #mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The category of the node configuration recommendation.
 - 
  
    
      #node_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The node type, such as, “ra3.4xlarge”.
 - 
  
    
      #number_of_nodes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of nodes.
 
Instance Attribute Details
#estimated_disk_utilization_percent ⇒ Float
The estimated disk utilizaton percentage.
      9148 9149 9150 9151 9152 9153 9154 9155  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9148 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end  | 
  
#mode ⇒ String
The category of the node configuration recommendation.
      9148 9149 9150 9151 9152 9153 9154 9155  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9148 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end  | 
  
#node_type ⇒ String
The node type, such as, “ra3.4xlarge”.
      9148 9149 9150 9151 9152 9153 9154 9155  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9148 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end  | 
  
#number_of_nodes ⇒ Integer
The number of nodes.
      9148 9149 9150 9151 9152 9153 9154 9155  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9148 class NodeConfigurationOption < Struct.new( :node_type, :number_of_nodes, :estimated_disk_utilization_percent, :mode) SENSITIVE = [] include Aws::Structure end  |