/AWS1/CL_EC2RLGRPRLOPTSPAIR¶
Describes the rule options for a stateful rule group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_rulegrouparn TYPE /AWS1/EC2RESOURCEARN /AWS1/EC2RESOURCEARN¶
The ARN of the rule group.
it_ruleoptions TYPE /AWS1/CL_EC2RULEOPTION=>TT_RULEOPTIONLIST TT_RULEOPTIONLIST¶
The rule options.
Queryable Attributes¶
RuleGroupArn¶
The ARN of the rule group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEGROUPARN() |
Getter for RULEGROUPARN, with configurable default |
ASK_RULEGROUPARN() |
Getter for RULEGROUPARN w/ exceptions if field has no value |
HAS_RULEGROUPARN() |
Determine if RULEGROUPARN has a value |
RuleOptions¶
The rule options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEOPTIONS() |
Getter for RULEOPTIONS, with configurable default |
ASK_RULEOPTIONS() |
Getter for RULEOPTIONS w/ exceptions if field has no value |
HAS_RULEOPTIONS() |
Determine if RULEOPTIONS 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_RULEGROUPRULEOPTSPAIRLIST¶
TYPES TT_RULEGROUPRULEOPTSPAIRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2RLGRPRLOPTSPAIR WITH DEFAULT KEY
.