/AWS1/CL_GUPGETFNDSRPTACCTSU01¶
The structure representing the GetFindingsReportAccountSummaryResponse.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_reportsummaries TYPE /AWS1/CL_GUPFNDGSREPORTSUMMARY=>TT_FINDINGSREPORTSUMMARIES TT_FINDINGSREPORTSUMMARIES¶
The return list of
FindingsReportSummaryobjects taht contain summaries of analysis results for all profiling groups in your AWS account.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GUPPAGINATIONTOKEN /AWS1/GUPPAGINATIONTOKEN¶
The
nextTokenvalue to include in a futureGetFindingsReportAccountSummaryrequest. When the results of aGetFindingsReportAccountSummaryrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
reportSummaries¶
The return list of
FindingsReportSummaryobjects taht contain summaries of analysis results for all profiling groups in your AWS account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPORTSUMMARIES() |
Getter for REPORTSUMMARIES, with configurable default |
ASK_REPORTSUMMARIES() |
Getter for REPORTSUMMARIES w/ exceptions if field has no val |
HAS_REPORTSUMMARIES() |
Determine if REPORTSUMMARIES has a value |
nextToken¶
The
nextTokenvalue to include in a futureGetFindingsReportAccountSummaryrequest. When the results of aGetFindingsReportAccountSummaryrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |