/AWS1/CL_SHBGETFINDINGSRSP¶
GetFindingsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_findings TYPE /AWS1/CL_SHBAWSSECURITYFINDING=>TT_AWSSECURITYFINDINGLIST TT_AWSSECURITYFINDINGLIST¶
The findings that matched the filters specified in the request.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN¶
The pagination token to use to request the next page of results.
Queryable Attributes¶
Findings¶
The findings that matched the filters specified in the request.
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¶
The pagination token to use to request the next page of results.
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 |