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_code ⇒ String

The currency of the offering.

Possible values:

  • USD

Returns:

  • (String) —

    The currency of the offering.

#duration ⇒ Integer

The duration of the offering (in seconds).

Returns:

  • (Integer) —

    The duration of the offering (in seconds).

#hourly_price ⇒ String

The hourly price of the offering.

Returns:

  • (String) —

    The hourly price of the offering.

#instance_family ⇒ String

The instance family of the offering.

Returns:

  • (String) —

    The instance family of the offering.

#offering_id ⇒ String

The ID of the offering.

Returns:

  • (String) —

    The ID of the offering.

#payment_option ⇒ String

The available payment option.

Possible values:

  • AllUpfront
  • PartialUpfront
  • NoUpfront

Returns:

  • (String) —

    The available payment option.

#upfront_price ⇒ String

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

Returns:

  • (String) —

    The upfront price of the offering.