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

ReservationCoverageGroup

import type { ReservationCoverageGroup } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";

A group of reservations that share a set of attributes.

interface ReservationCoverageGroup {
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
Coverage?: Coverage | null;
}

§Properties

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]

The attributes for this group of reservations.

§
Coverage?: Coverage | null
[src]

How much instance usage this group of reservations covered.