Class: Aws::Redshift::Types::ReservedNodeOffering

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes a reserved node offering.

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code for the compute nodes offering.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#durationInteger

The duration, in seconds, for which the offering will reserve the node.

Returns:

  • (Integer)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#fixed_priceFloat

The upfront fixed charge you will pay to purchase the specific reserved node offering.

Returns:

  • (Float)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#node_typeString

The node type offered by the reserved node offering.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#offering_typeString

The anticipated utilization of the reserved node, as defined in the reserved node offering.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#recurring_chargesArray<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.

Returns:



6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#reserved_node_offering_idString

The offering identifier.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#reserved_node_offering_typeString

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end

#usage_priceFloat

The rate you are charged for each hour the cluster that is using the offering is running.

Returns:

  • (Float)


6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
# File 'lib/aws-sdk-redshift/types.rb', line 6553

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)
  include Aws::Structure
end