/AWS1/CL_R5EGETREADINESSCHEC03¶
GetReadinessCheckResourceStatusResponse
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.
iv_readiness TYPE /AWS1/R5EREADINESS /AWS1/R5EREADINESS¶
The readiness at a rule level.
it_rules TYPE /AWS1/CL_R5ERULERESULT=>TT___LISTOFRULERESULT TT___LISTOFRULERESULT¶
Details of the rule's results.
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 |
Readiness¶
The readiness at a rule level.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READINESS() |
Getter for READINESS, with configurable default |
ASK_READINESS() |
Getter for READINESS w/ exceptions if field has no value |
HAS_READINESS() |
Determine if READINESS has a value |
Rules¶
Details of the rule's results.
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 |