/AWS1/CL_AMPLISTSCRAPERSRSP¶
Represents the output of a ListScrapers operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_scrapers TYPE /AWS1/CL_AMPSCRAPERSUMMARY=>TT_SCRAPERSUMMARYLIST TT_SCRAPERSUMMARYLIST¶
A list of
ScraperSummarystructures giving information about scrapers in the account that match the filters provided.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/AMPPAGINATIONTOKEN /AWS1/AMPPAGINATIONTOKEN¶
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListScrapersoperation to retrieve those results.
Queryable Attributes¶
scrapers¶
A list of
ScraperSummarystructures giving information about scrapers in the account that match the filters provided.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRAPERS() |
Getter for SCRAPERS, with configurable default |
ASK_SCRAPERS() |
Getter for SCRAPERS w/ exceptions if field has no value |
HAS_SCRAPERS() |
Determine if SCRAPERS has a value |
nextToken¶
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListScrapersoperation to retrieve those 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 |