/AWS1/CL_R5ELISTRULESRESPONSE¶
ListRulesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING¶
The token that identifies which batch of results you want to see.
it_rules TYPE /AWS1/CL_R5ELISTRULESOUTPUT=>TT___LISTOFLISTRULESOUTPUT TT___LISTOFLISTRULESOUTPUT¶
A list of readiness rules for a specific resource type.
Queryable Attributes¶
NextToken¶
The token that identifies which batch of results you want to see.
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 |
Rules¶
A list of readiness rules for a specific resource type.
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 |