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

ReservedInstanceReservationValue

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

The total value of the Convertible Reserved Instance.

interface ReservedInstanceReservationValue {
ReservationValue?: ReservationValue | null;
ReservedInstanceId?: string | null;
}

§Properties

§
ReservationValue?: ReservationValue | null
[src]

The total value of the Convertible Reserved Instance that you are exchanging.

§
ReservedInstanceId?: string | null
[src]

The ID of the Convertible Reserved Instance that you are exchanging.