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

GroupDefinition

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

Represents a group when you specify a group by criteria or in the response to a query with a specific grouping.

interface GroupDefinition {
Key?: string | null;
Type?: GroupDefinitionType | null;
}

§Properties

§
Key?: string | null
[src]

The string that represents a key for a specified group.

§

The string that represents the type of group.