Class: Aws::Redshift::Types::ReservedNodeConfigurationOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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

Instance Attribute Details

#source_reserved_nodeTypes::ReservedNode

Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.

Returns:



9666
9667
9668
9669
9670
9671
9672
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9666

class ReservedNodeConfigurationOption < Struct.new(
  :source_reserved_node,
  :target_reserved_node_count,
  :target_reserved_node_offering)
  SENSITIVE = []
  include Aws::Structure
end

#target_reserved_node_countInteger

The target reserved-node count.

Returns:

  • (Integer)


9666
9667
9668
9669
9670
9671
9672
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9666

class ReservedNodeConfigurationOption < Struct.new(
  :source_reserved_node,
  :target_reserved_node_count,
  :target_reserved_node_offering)
  SENSITIVE = []
  include Aws::Structure
end

#target_reserved_node_offeringTypes::ReservedNodeOffering

Describes a reserved node offering.



9666
9667
9668
9669
9670
9671
9672
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9666

class ReservedNodeConfigurationOption < Struct.new(
  :source_reserved_node,
  :target_reserved_node_count,
  :target_reserved_node_offering)
  SENSITIVE = []
  include Aws::Structure
end