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

ReservationUtilizationGroup

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

A group of reservations that share a set of attributes.

interface ReservationUtilizationGroup {
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
Key?: string | null;
Utilization?: ReservationAggregates | null;
Value?: string | null;
}

§Properties

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

The attributes for this group of reservations.

§
Key?: string | null
[src]

The key for a specific reservation attribute.

§
Utilization?: ReservationAggregates | null
[src]

How much you used this group of reservations.

§
Value?: string | null
[src]

The value of a specific reservation attribute.