Skip to content

/AWS1/CL_EVBLISTRULESRESPONSE

ListRulesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_RULES TYPE /AWS1/CL_EVBRULE=>TT_RULERESPONSELIST TT_RULERESPONSELIST

The rules that match the specified criteria.

IV_NEXTTOKEN TYPE /AWS1/EVBNEXTTOKEN /AWS1/EVBNEXTTOKEN

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.


Queryable Attributes

Rules

The rules that match the specified criteria.

Accessible with the following methods

Method Description
GET_RULES() Getter for RULES, with configurable default
ASK_RULES() Getter for RULES w/ exceptions if field has no value
HAS_RULES() Determine if RULES has a value

NextToken

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

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