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

ListAvailableResourceDimensionsResponse

import type { ListAvailableResourceDimensionsResponse } from "https://aws-api.deno.dev/v0.4/services/pi.ts?docs=full";
interface ListAvailableResourceDimensionsResponse {
MetricDimensions?: MetricDimensionGroups[] | null;
NextToken?: string | null;
}

§Properties

§
MetricDimensions?: MetricDimensionGroups[] | null
[src]

The dimension information returned for requested metric types.

§
NextToken?: string | null
[src]

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.