Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface GetFindingsReportAccountSummaryResponse

The structure representing the GetFindingsReportAccountSummaryResponse.

Hierarchy

Properties

nextToken?: string

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: undefined | FindingsReportSummary[]

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