/AWS1/CL_GUSGETFINDINGSRSP¶
GetFindingsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_findings TYPE /AWS1/CL_GUSFINDING=>TT_FINDINGS TT_FINDINGS¶
A list of findings generated by the specified scan.
iv_nexttoken TYPE /AWS1/GUSNEXTTOKEN /AWS1/GUSNEXTTOKEN¶
A pagination token. You can use this in future calls to
GetFindingsto continue listing results after the current page.
Queryable Attributes¶
findings¶
A list of findings generated by the specified scan.
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 pagination token. You can use this in future calls to
GetFindingsto continue listing results after the current page.
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 |