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

ListDimensionsResponse

import type { ListDimensionsResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListDimensionsResponse {
dimensionNames?: string[] | null;
nextToken?: string | null;
}

§Properties

§
dimensionNames?: string[] | null
[src]

A list of the names of the defined dimensions. Use DescribeDimension to get details for a dimension.

§
nextToken?: string | null
[src]

A token that can be used to retrieve the next set of results, or null if there are no additional results.