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
- Struct
- Aws::EC2::Types::HostOffering
- Defined in:
- (unknown)
Overview
Details about the Dedicated Host Reservation offering.
Instance Attribute Summary collapse
-
#currency_code ⇒ String
The currency of the offering.
-
#duration ⇒ Integer
The duration of the offering (in seconds).
-
#hourly_price ⇒ String
The hourly price of the offering.
-
#instance_family ⇒ String
The instance family of the offering.
-
#offering_id ⇒ String
The ID of the offering.
-
#payment_option ⇒ String
The available payment option.
-
#upfront_price ⇒ String
The upfront price of the offering.
Instance Attribute Details
#currency_code ⇒ String
The currency of the offering.
Possible values:
- USD
#duration ⇒ Integer
The duration of the offering (in seconds).
#hourly_price ⇒ String
The hourly price of the offering.
#instance_family ⇒ String
The instance family of the offering.
#offering_id ⇒ String
The ID of the offering.
#payment_option ⇒ String
The available payment option.
Possible values:
- AllUpfront
- PartialUpfront
- NoUpfront
#upfront_price ⇒ String
The upfront price of the offering. Does not apply to No Upfront offerings.