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

BatchGetRumMetricDefinitionsResponse

import type { BatchGetRumMetricDefinitionsResponse } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";
interface BatchGetRumMetricDefinitionsResponse {
MetricDefinitions?: MetricDefinition[] | null;
NextToken?: string | null;
}

§Properties

§
MetricDefinitions?: MetricDefinition[] | null
[src]

An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.

§
NextToken?: string | null
[src]

A token that you can use in a subsequent operation to retrieve the next set of results.