/AWS1/CL_PIPLISTRULEEXECSOUT¶
ListRuleExecutionsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_ruleexecutiondetails TYPE /AWS1/CL_PIPRULEEXECDETAIL=>TT_RULEEXECUTIONDETAILLIST TT_RULEEXECUTIONDETAILLIST¶
Details about the output for listing rule executions.
iv_nexttoken TYPE /AWS1/PIPNEXTTOKEN /AWS1/PIPNEXTTOKEN¶
A token that can be used in the next
ListRuleExecutionscall. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
Queryable Attributes¶
ruleExecutionDetails¶
Details about the output for listing rule executions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEEXECUTIONDETAILS() |
Getter for RULEEXECUTIONDETAILS, with configurable default |
ASK_RULEEXECUTIONDETAILS() |
Getter for RULEEXECUTIONDETAILS w/ exceptions if field has n |
HAS_RULEEXECUTIONDETAILS() |
Determine if RULEEXECUTIONDETAILS has a value |
nextToken¶
A token that can be used in the next
ListRuleExecutionscall. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are 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 |