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

GetFindingsReportAccountSummaryResponse

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

The structure representing the GetFindingsReportAccountSummaryResponse.

interface GetFindingsReportAccountSummaryResponse {
nextToken?: string | null;
reportSummaries: FindingsReportSummary[];
}

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future GetFindingsReportAccountSummary request. When the results of a GetFindingsReportAccountSummary 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.

§
reportSummaries: FindingsReportSummary[]
[src]

The return list of FindingsReportSummary objects taht contain summaries of analysis results for all profiling groups in your AWS account.