You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details about the Dedicated Host Reservation offering.

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency of the offering.

Possible values:

  • USD

Returns:

  • (String)

    The currency of the offering.

#durationInteger

The duration of the offering (in seconds).

Returns:

  • (Integer)

    The duration of the offering (in seconds).

#hourly_priceString

The hourly price of the offering.

Returns:

  • (String)

    The hourly price of the offering.

#instance_familyString

The instance family of the offering.

Returns:

  • (String)

    The instance family of the offering.

#offering_idString

The ID of the offering.

Returns:

  • (String)

    The ID of the offering.

#payment_optionString

The available payment option.

Possible values:

  • AllUpfront
  • PartialUpfront
  • NoUpfront

Returns:

  • (String)

    The available payment option.

#upfront_priceString

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

Returns:

  • (String)

    The upfront price of the offering.