Class: Aws::EC2::Types::HostOffering

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

Overview

Details about the Dedicated Host Reservation offering.

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency of the offering.

Returns:

  • (String)


20695
20696
20697
20698
20699
20700
20701
20702
20703
20704
# File 'lib/aws-sdk-ec2/types.rb', line 20695

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#durationInteger

The duration of the offering (in seconds).

Returns:

  • (Integer)


20695
20696
20697
20698
20699
20700
20701
20702
20703
20704
# File 'lib/aws-sdk-ec2/types.rb', line 20695

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#hourly_priceString

The hourly price of the offering.

Returns:

  • (String)


20695
20696
20697
20698
20699
20700
20701
20702
20703
20704
# File 'lib/aws-sdk-ec2/types.rb', line 20695

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#instance_familyString

The instance family of the offering.

Returns:

  • (String)


20695
20696
20697
20698
20699
20700
20701
20702
20703
20704
# File 'lib/aws-sdk-ec2/types.rb', line 20695

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#offering_idString

The ID of the offering.

Returns:

  • (String)


20695
20696
20697
20698
20699
20700
20701
20702
20703
20704
# File 'lib/aws-sdk-ec2/types.rb', line 20695

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#payment_optionString

The available payment option.

Returns:

  • (String)


20695
20696
20697
20698
20699
20700
20701
20702
20703
20704
# File 'lib/aws-sdk-ec2/types.rb', line 20695

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#upfront_priceString

The upfront price of the offering. Does not apply to No Upfront offerings.

Returns:

  • (String)


20695
20696
20697
20698
20699
20700
20701
20702
20703
20704
# File 'lib/aws-sdk-ec2/types.rb', line 20695

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end