/AWS1/CL_CTTLISTCTLOPSOUTPUT¶
ListControlOperationsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_controloperations TYPE /AWS1/CL_CTTCONTROLOPSUMMARY=>TT_CONTROLOPERATIONS TT_CONTROLOPERATIONS¶
Returns a list of output from control operations.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CTTLISTCTLOPSNEXTTOKEN /AWS1/CTTLISTCTLOPSNEXTTOKEN¶
A pagination token.
Queryable Attributes¶
controlOperations¶
Returns a list of output from control operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLOPERATIONS() |
Getter for CONTROLOPERATIONS, with configurable default |
ASK_CONTROLOPERATIONS() |
Getter for CONTROLOPERATIONS w/ exceptions if field has no v |
HAS_CONTROLOPERATIONS() |
Determine if CONTROLOPERATIONS has a value |
nextToken¶
A pagination token.
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 |