/AWS1/CL_REVLSTFAILMDEFNDGSRSP¶
ListFailureModeFindingsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_findingssummary TYPE /AWS1/CL_REVFINDINGSUMMARY=>TT_FINDINGSLIST TT_FINDINGSLIST¶
The list of finding summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN¶
Pagination token.
Queryable Attributes¶
findingsSummary¶
The list of finding summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGSSUMMARY() |
Getter for FINDINGSSUMMARY, with configurable default |
ASK_FINDINGSSUMMARY() |
Getter for FINDINGSSUMMARY w/ exceptions if field has no val |
HAS_FINDINGSSUMMARY() |
Determine if FINDINGSSUMMARY has a value |
nextToken¶
Pagination token.
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 |