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

MetricDimensionGroups

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

The available dimension information for a metric type.

interface MetricDimensionGroups {
Groups?: DimensionGroupDetail[] | null;
Metric?: string | null;
}

§Properties

§
Groups?: DimensionGroupDetail[] | null
[src]

The available dimension groups for a metric type.

§
Metric?: string | null
[src]

The metric type to which the dimension information belongs.