/AWS1/CL_ATHLISTQUERYEXECSOUT¶
ListQueryExecutionsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_queryexecutionids
TYPE /AWS1/CL_ATHQUERYEXECIDLIST_W=>TT_QUERYEXECUTIONIDLIST
TT_QUERYEXECUTIONIDLIST
¶
The unique IDs of each query execution as an array of strings.
iv_nexttoken
TYPE /AWS1/ATHTOKEN
/AWS1/ATHTOKEN
¶
A token to be used by the next request if this request is truncated.
Queryable Attributes¶
QueryExecutionIds¶
The unique IDs of each query execution as an array of strings.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUERYEXECUTIONIDS() |
Getter for QUERYEXECUTIONIDS, with configurable default |
ASK_QUERYEXECUTIONIDS() |
Getter for QUERYEXECUTIONIDS w/ exceptions if field has no v |
HAS_QUERYEXECUTIONIDS() |
Determine if QUERYEXECUTIONIDS has a value |
NextToken¶
A token to be used by the next request if this request is truncated.
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 |