/AWS1/CL_AANLISTFINDINGSRSP¶
The response to the request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_findings TYPE /AWS1/CL_AANFINDINGSUMMARY=>TT_FINDINGSLIST TT_FINDINGSLIST¶
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/AANTOKEN /AWS1/AANTOKEN¶
A token used for pagination of results returned.
Queryable Attributes¶
findings¶
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGS() |
Getter for FINDINGS, with configurable default |
ASK_FINDINGS() |
Getter for FINDINGS w/ exceptions if field has no value |
HAS_FINDINGS() |
Determine if FINDINGS has a value |
nextToken¶
A token used for pagination of results returned.
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 |