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

PricingDetail

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

Describes a Reserved Instance offering.

interface PricingDetail {
Count?: number | null;
Price?: number | null;
}

§Properties

§
Count?: number | null
[src]

The number of reservations available for the price.

§
Price?: number | null
[src]

The price per instance.