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

ListDashboardsRequest

import type { ListDashboardsRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface ListDashboardsRequest {
maxResults?: number | null;
nextToken?: string | null;
projectId: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request.

Default: 50

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.

§
projectId: string
[src]

The ID of the project.