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

ListFindingsReportsResponse

import type { ListFindingsReportsResponse } from "https://aws-api.deno.dev/v0.4/services/codeguruprofiler.ts?docs=full";

The structure representing the ListFindingsReportsResponse.

interface ListFindingsReportsResponse {
findingsReportSummaries: FindingsReportSummary[];
nextToken?: string | null;
}

§Properties

§
findingsReportSummaries: FindingsReportSummary[]
[src]

The list of analysis results summaries.

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListFindingsReports request. When the results of a ListFindingsReports request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.