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

ListMetricsOutput

import type { ListMetricsOutput } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";
interface ListMetricsOutput {
Metrics: Metric[];
NextToken?: string | null;
}

§Properties

§
Metrics: Metric[]
[src]

The metrics that match your request.

§
NextToken?: string | null
[src]

The token that marks the start of the next batch of returned results.