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

ReservedInstanceLimitPrice

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

Describes the limit price of a Reserved Instance offering.

interface ReservedInstanceLimitPrice {
Amount?: number | null;
CurrencyCode?: CurrencyCodeValues | null;
}

§Properties

§
Amount?: number | null
[src]

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

§
CurrencyCode?: CurrencyCodeValues | null
[src]

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.