/AWS1/CL_NWSTEMPLATEORRULEREF¶
A reference to either a template or a rule in a create or update request. Set exactly one of templateIdentifier or ruleIdentifier.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_templateidentifier TYPE /AWS1/NWSTEMPLATEIDENTIFIER /AWS1/NWSTEMPLATEIDENTIFIER¶
The identifier of the template. This is the template's Amazon Resource Name (ARN).
iv_ruleidentifier TYPE /AWS1/NWSRULEIDENTIFIER /AWS1/NWSRULEIDENTIFIER¶
The identifier of the rule. This is the rule's Amazon Resource Name (ARN).
Queryable Attributes¶
templateIdentifier¶
The identifier of the template. This is the template's Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEIDENTIFIER() |
Getter for TEMPLATEIDENTIFIER, with configurable default |
ASK_TEMPLATEIDENTIFIER() |
Getter for TEMPLATEIDENTIFIER w/ exceptions if field has no |
HAS_TEMPLATEIDENTIFIER() |
Determine if TEMPLATEIDENTIFIER has a value |
ruleIdentifier¶
The identifier of the rule. This is the rule's Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEIDENTIFIER() |
Getter for RULEIDENTIFIER, with configurable default |
ASK_RULEIDENTIFIER() |
Getter for RULEIDENTIFIER w/ exceptions if field has no valu |
HAS_RULEIDENTIFIER() |
Determine if RULEIDENTIFIER 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_TEMPLATEANDRULEREFLIST¶
TYPES TT_TEMPLATEANDRULEREFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWSTEMPLATEORRULEREF WITH DEFAULT KEY
.