/AWS1/CL_FRMLSTRESRCSCANRESR01¶
ListResourceScanResourcesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_resources TYPE /AWS1/CL_FRMSCANNEDRESOURCE=>TT_SCANNEDRESOURCES TT_SCANNEDRESOURCES¶
List of up to
MaxResultsresources in the specified resource scan that match all of the specified filters.
iv_nexttoken TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN¶
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callListResourceScanResourcesagain and use that value for theNextTokenparameter. If the request returns all results,NextTokenis set to an empty string.
Queryable Attributes¶
Resources¶
List of up to
MaxResultsresources in the specified resource scan that match all of the specified filters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |
NextToken¶
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callListResourceScanResourcesagain and use that value for theNextTokenparameter. If the request returns all results,NextTokenis set to an empty string.
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 |