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

ListReportDefinitionsResult

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

§Properties

§
nextToken?: string | null
[src]

The value of the next token, if it exists. Null if there are no more results.

§
reportDefinitions?: ReportDefinition[] | null
[src]

The retrieved reports.