Skip to content

/AWS1/CL_CWLDESCRQUERYDEFNSRSP

DescribeQueryDefinitionsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_querydefinitions TYPE /AWS1/CL_CWLQUERYDEFINITION=>TT_QUERYDEFINITIONLIST TT_QUERYDEFINITIONLIST

The list of query definitions that match your request.

iv_nexttoken TYPE /AWS1/CWLNEXTTOKEN /AWS1/CWLNEXTTOKEN

The token for the next set of items to return. The token expires after 24 hours.


Queryable Attributes

queryDefinitions

The list of query definitions that match your request.

Accessible with the following methods

Method Description
GET_QUERYDEFINITIONS() Getter for QUERYDEFINITIONS, with configurable default
ASK_QUERYDEFINITIONS() Getter for QUERYDEFINITIONS w/ exceptions if field has no va
HAS_QUERYDEFINITIONS() Determine if QUERYDEFINITIONS has a value

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