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

ListReportDefinitionsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return.

§
nextToken?: string | null
[src]

The token value from a previous call to access the next page of results.