/AWS1/CL_R5ELISTRULESOUTPUT¶
Readiness rule information, including the resource type, rule ID, and rule description.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/R5E__STRINGMAX64 /AWS1/R5E__STRINGMAX64¶
The resource type that the readiness rule applies to.
iv_ruledescription TYPE /AWS1/R5E__STRINGMAX256 /AWS1/R5E__STRINGMAX256¶
The description of a readiness rule.
iv_ruleid TYPE /AWS1/R5E__STRINGMAX64 /AWS1/R5E__STRINGMAX64¶
The ID for the readiness rule.
Queryable Attributes¶
ResourceType¶
The resource type that the readiness rule applies to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
RuleDescription¶
The description of a readiness rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEDESCRIPTION() |
Getter for RULEDESCRIPTION, with configurable default |
ASK_RULEDESCRIPTION() |
Getter for RULEDESCRIPTION w/ exceptions if field has no val |
HAS_RULEDESCRIPTION() |
Determine if RULEDESCRIPTION has a value |
RuleId¶
The ID for the readiness rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEID() |
Getter for RULEID, with configurable default |
ASK_RULEID() |
Getter for RULEID w/ exceptions if field has no value |
HAS_RULEID() |
Determine if RULEID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFLISTRULESOUTPUT¶
TYPES TT___LISTOFLISTRULESOUTPUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5ELISTRULESOUTPUT WITH DEFAULT KEY
.