Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HostOffering

import type { HostOffering } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Details about the Dedicated Host Reservation offering.

interface HostOffering {
CurrencyCode?: CurrencyCodeValues | null;
Duration?: number | null;
HourlyPrice?: string | null;
InstanceFamily?: string | null;
OfferingId?: string | null;
PaymentOption?: PaymentOption | null;
UpfrontPrice?: string | null;
}

§Properties

§
CurrencyCode?: CurrencyCodeValues | null
[src]

The currency of the offering.

§
Duration?: number | null
[src]

The duration of the offering (in seconds).

§
HourlyPrice?: string | null
[src]

The hourly price of the offering.

§
InstanceFamily?: string | null
[src]

The instance family of the offering.

§
OfferingId?: string | null
[src]

The ID of the offering.

§
PaymentOption?: PaymentOption | null
[src]

The available payment option.

§
UpfrontPrice?: string | null
[src]

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