Class: Aws::Redshift::Types::ReservedNodeConfigurationOption
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::ReservedNodeConfigurationOption
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Details for a reserved-node exchange. Examples include the node type for a reserved node, the price for a node, the node’s state, and other details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_reserved_node  ⇒ Types::ReservedNode 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes a reserved node.
 - 
  
    
      #target_reserved_node_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target reserved-node count.
 - 
  
    
      #target_reserved_node_offering  ⇒ Types::ReservedNodeOffering 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes a reserved node offering.
 
Instance Attribute Details
#source_reserved_node ⇒ Types::ReservedNode
Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.
      9664 9665 9666 9667 9668 9669 9670  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9664 class ReservedNodeConfigurationOption < Struct.new( :source_reserved_node, :target_reserved_node_count, :target_reserved_node_offering) SENSITIVE = [] include Aws::Structure end  | 
  
#target_reserved_node_count ⇒ Integer
The target reserved-node count.
      9664 9665 9666 9667 9668 9669 9670  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9664 class ReservedNodeConfigurationOption < Struct.new( :source_reserved_node, :target_reserved_node_count, :target_reserved_node_offering) SENSITIVE = [] include Aws::Structure end  | 
  
#target_reserved_node_offering ⇒ Types::ReservedNodeOffering
Describes a reserved node offering.
      9664 9665 9666 9667 9668 9669 9670  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9664 class ReservedNodeConfigurationOption < Struct.new( :source_reserved_node, :target_reserved_node_count, :target_reserved_node_offering) SENSITIVE = [] include Aws::Structure end  |