/AWS1/CL_GLUGETTRIGGERSRSP¶
GetTriggersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_triggers TYPE /AWS1/CL_GLUTRIGGER=>TT_TRIGGERLIST TT_TRIGGERLIST¶
A list of triggers for the specified job.
iv_nexttoken TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
A continuation token, if not all the requested triggers have yet been returned.
Queryable Attributes¶
Triggers¶
A list of triggers for the specified job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERS() |
Getter for TRIGGERS, with configurable default |
ASK_TRIGGERS() |
Getter for TRIGGERS w/ exceptions if field has no value |
HAS_TRIGGERS() |
Determine if TRIGGERS has a value |
NextToken¶
A continuation token, if not all the requested triggers 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 |