Skip to content

/AWS1/CL_TSQLSTSCHDDQUERIESRSP

ListScheduledQueriesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_scheduledqueries TYPE /AWS1/CL_TSQSCHEDULEDQUERY=>TT_SCHEDULEDQUERYLIST TT_SCHEDULEDQUERYLIST

A list of scheduled queries.

Optional arguments:

iv_nexttoken TYPE /AWS1/TSQNEXTSCHDQUERIESRSSTOK /AWS1/TSQNEXTSCHDQUERIESRSSTOK

A token to specify where to start paginating. This is the NextToken from a previously truncated response.


Queryable Attributes

ScheduledQueries

A list of scheduled queries.

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

NextToken

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

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