Skip to content

/AWS1/CL_IOSLISTQUERIESRSP

Contains the response for the ListQueries operation.

CONSTRUCTOR

IMPORTING

Required arguments:

it_queries TYPE /AWS1/CL_IOSQUERYSUMMARY=>TT_QUERYSUMMARYLIST TT_QUERYSUMMARYLIST

A list of query summaries for the workspace.

Optional arguments:

iv_nexttoken TYPE /AWS1/IOSQUERYLISTNEXTTOKEN /AWS1/IOSQUERYLISTNEXTTOKEN

The token for the next set of results, or null if there are no additional results.


Queryable Attributes

queries

A list of query summaries for the workspace.

Accessible with the following methods

Method Description
GET_QUERIES() Getter for QUERIES, with configurable default
ASK_QUERIES() Getter for QUERIES w/ exceptions if field has no value
HAS_QUERIES() Determine if QUERIES has a value

nextToken

The token for the next set of results, or null if there are no additional results.

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