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:



10063
10064
10065
10066
10067
10068
10069
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10063

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)


10063
10064
10065
10066
10067
10068
10069
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10063

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.



10063
10064
10065
10066
10067
10068
10069
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10063

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