/AWS1/CL_GLULISTCRAWLSRESPONSE¶
ListCrawlsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_crawls TYPE /AWS1/CL_GLUCRAWLERHISTORY=>TT_CRAWLERHISTORYLIST TT_CRAWLERHISTORYLIST¶
A list of
CrawlerHistoryobjects representing the crawl runs that meet your criteria.
iv_nexttoken TYPE /AWS1/GLUTOKEN /AWS1/GLUTOKEN¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Queryable Attributes¶
Crawls¶
A list of
CrawlerHistoryobjects representing the crawl runs that meet your criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLS() |
Getter for CRAWLS, with configurable default |
ASK_CRAWLS() |
Getter for CRAWLS w/ exceptions if field has no value |
HAS_CRAWLS() |
Determine if CRAWLS has a value |
NextToken¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
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 |