/AWS1/CL_GUPLISTFNDGSRPTSRSP¶
The structure representing the ListFindingsReportsResponse.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_findingsreportsummaries TYPE /AWS1/CL_GUPFNDGSREPORTSUMMARY=>TT_FINDINGSREPORTSUMMARIES TT_FINDINGSREPORTSUMMARIES¶
The list of analysis results summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GUPPAGINATIONTOKEN /AWS1/GUPPAGINATIONTOKEN¶
The
nextTokenvalue to include in a futureListFindingsReportsrequest. When the results of aListFindingsReportsrequest 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¶
findingsReportSummaries¶
The list of analysis results summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGSREPORTSUMMARIES() |
Getter for FINDINGSREPORTSUMMARIES, with configurable defaul |
ASK_FINDINGSREPORTSUMMARIES() |
Getter for FINDINGSREPORTSUMMARIES w/ exceptions if field ha |
HAS_FINDINGSREPORTSUMMARIES() |
Determine if FINDINGSREPORTSUMMARIES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListFindingsReportsrequest. When the results of aListFindingsReportsrequest 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 |