Skip to content

/AWS1/CL_SEBLISTRULESETSRSP

ListRuleSetsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_RULESETS TYPE /AWS1/CL_SEBRULESET=>TT_RULESETS TT_RULESETS

The list of rule sets.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/SEBPAGINATIONTOKEN /AWS1/SEBPAGINATIONTOKEN

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.


Queryable Attributes

RuleSets

The list of rule sets.

Accessible with the following methods

Method Description
GET_RULESETS() Getter for RULESETS, with configurable default
ASK_RULESETS() Getter for RULESETS w/ exceptions if field has no value
HAS_RULESETS() Determine if RULESETS has a value

NextToken

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

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