{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-get-findings-report-account-summary-response-structure.json",
"name": "GetFindingsReportAccountSummaryResponse",
"description": "The structure representing the GetFindingsReportAccountSummaryResponse.",
"type": "object",
"properties": {
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/PaginationToken"
},
{
"description": "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": {
"allOf": [
{
"$ref": "#/components/schemas/FindingsReportSummaries"
},
{
"description": "The return list of FindingsReportSummary objects taht contain summaries of analysis results for all profiling groups in your AWS account."
}
]
}
},
"required": [
"reportSummaries"
]
}