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.
9954 9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-redshift/types.rb', line 9954 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.
9954 9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-redshift/types.rb', line 9954 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.
9954 9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-redshift/types.rb', line 9954 class ReservedNodeConfigurationOption < Struct.new( :source_reserved_node, :target_reserved_node_count, :target_reserved_node_offering) SENSITIVE = [] include Aws::Structure end |