/AWS1/CL_RBNLISTRULESRESPONSE¶
ListRulesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_rules TYPE /AWS1/CL_RBNRULESUMMARY=>TT_RULESUMMARYLIST TT_RULESUMMARYLIST¶
Information about the retention rules.
iv_nexttoken TYPE /AWS1/RBNNEXTTOKEN /AWS1/RBNNEXTTOKEN¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
Queryable Attributes¶
Rules¶
Information about the retention rules.
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¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
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 |