Class: Aws::Redshift::Types::ReservedNodeConfigurationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ReservedNodeConfigurationOption
- 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
-
#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.
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_count ⇒ Integer
The target reserved-node count.
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_offering ⇒ Types::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 |