/AWS1/CL_GLUGETCRAWLERSRSP¶
GetCrawlersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_crawlers TYPE /AWS1/CL_GLUCRAWLER=>TT_CRAWLERLIST TT_CRAWLERLIST¶
A list of crawler metadata.
iv_nexttoken TYPE /AWS1/GLUTOKEN /AWS1/GLUTOKEN¶
A continuation token, if the returned list has not reached the end of those defined in this customer account.
Queryable Attributes¶
Crawlers¶
A list of crawler metadata.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLERS() |
Getter for CRAWLERS, with configurable default |
ASK_CRAWLERS() |
Getter for CRAWLERS w/ exceptions if field has no value |
HAS_CRAWLERS() |
Determine if CRAWLERS has a value |
NextToken¶
A continuation token, if the returned list has not reached the end of those defined in this customer account.
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 |