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

MetricDimension

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

Describes the dimension of a metric.

interface MetricDimension {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

The name of the dimension.

§
Value: string
[src]

The value of the dimension.