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

Group

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

One level of grouped data in the results.

interface Group {
Keys?: string[] | null;
Metrics?: {
[key: string]: MetricValue | null | undefined;
}
| null;
}

§Properties

§
Keys?: string[] | null
[src]

The keys that are included in this group.

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

The metrics that are included in this group.