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

ResponseResourceMetric

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

An object that contains the full name, description, and unit of a metric.

interface ResponseResourceMetric {
Description?: string | null;
Metric?: string | null;
Unit?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the metric.

§
Metric?: string | null
[src]

The full name of the metric.

§
Unit?: string | null
[src]

The unit of the metric.