/AWS1/CL_CWLLSTSCHDDQUERIESRSP¶
ListScheduledQueriesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CWLNEXTTOKEN /AWS1/CWLNEXTTOKEN¶
The token for the next set of items to return. The token expires after 24 hours.
it_scheduledqueries TYPE /AWS1/CL_CWLSCHDDQUERYSUMMARY=>TT_SCHEDULEDQUERYSUMMARYLIST TT_SCHEDULEDQUERYSUMMARYLIST¶
An array of scheduled query summary information.
Queryable Attributes¶
nextToken¶
The token for the next set of items to return. The token expires after 24 hours.
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 |
scheduledQueries¶
An array of scheduled query summary information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDQUERIES() |
Getter for SCHEDULEDQUERIES, with configurable default |
ASK_SCHEDULEDQUERIES() |
Getter for SCHEDULEDQUERIES w/ exceptions if field has no va |
HAS_SCHEDULEDQUERIES() |
Determine if SCHEDULEDQUERIES has a value |