Class: Aws::Redshift::Types::ReservedNodeOffering
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ReservedNodeOffering
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes a reserved node offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency_code ⇒ String
The currency code for the compute nodes offering.
-
#duration ⇒ Integer
The duration, in seconds, for which the offering will reserve the node.
-
#fixed_price ⇒ Float
The upfront fixed charge you will pay to purchase the specific reserved node offering.
-
#node_type ⇒ String
The node type offered by the reserved node offering.
-
#offering_type ⇒ String
The anticipated utilization of the reserved node, as defined in the reserved node offering.
-
#recurring_charges ⇒ Array<Types::RecurringCharge>
The charge to your account regardless of whether you are creating any clusters using the node offering.
-
#reserved_node_offering_id ⇒ String
The offering identifier.
-
#reserved_node_offering_type ⇒ String
-
#usage_price ⇒ Float
The rate you are charged for each hour the cluster that is using the offering is running.
Instance Attribute Details
#currency_code ⇒ String
The currency code for the compute nodes offering.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Integer
The duration, in seconds, for which the offering will reserve the node.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#fixed_price ⇒ Float
The upfront fixed charge you will pay to purchase the specific reserved node offering.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The node type offered by the reserved node offering.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#offering_type ⇒ String
The anticipated utilization of the reserved node, as defined in the reserved node offering.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#recurring_charges ⇒ Array<Types::RecurringCharge>
The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#reserved_node_offering_id ⇒ String
The offering identifier.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#reserved_node_offering_type ⇒ String
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |
#usage_price ⇒ Float
The rate you are charged for each hour the cluster that is using the offering is running.
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8604 class ReservedNodeOffering < Struct.new( :reserved_node_offering_id, :node_type, :duration, :fixed_price, :usage_price, :currency_code, :offering_type, :recurring_charges, :reserved_node_offering_type) SENSITIVE = [] include Aws::Structure end |