/AWS1/CL_GLULISTSTMTSRESPONSE¶
ListStatementsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_statements TYPE /AWS1/CL_GLUSTATEMENT=>TT_STATEMENTLIST TT_STATEMENTLIST¶
Returns the list of statements.
iv_nexttoken TYPE /AWS1/GLUORCHESTRATIONTOKEN /AWS1/GLUORCHESTRATIONTOKEN¶
A continuation token, if not all statements have yet been returned.
Queryable Attributes¶
Statements¶
Returns the list of statements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENTS() |
Getter for STATEMENTS, with configurable default |
ASK_STATEMENTS() |
Getter for STATEMENTS w/ exceptions if field has no value |
HAS_STATEMENTS() |
Determine if STATEMENTS has a value |
NextToken¶
A continuation token, if not all statements have yet been returned.
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 |