/AWS1/CL_SMINOTIFTARGETITEM¶
The SNS targets that are notified when updates are made to an incident.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_snstopicarn TYPE /AWS1/SMIARN /AWS1/SMIARN¶
The Amazon Resource Name (ARN) of the SNS topic.
Queryable Attributes¶
snsTopicArn¶
The Amazon Resource Name (ARN) of the SNS topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNSTOPICARN() |
Getter for SNSTOPICARN, with configurable default |
ASK_SNSTOPICARN() |
Getter for SNSTOPICARN w/ exceptions if field has no value |
HAS_SNSTOPICARN() |
Determine if SNSTOPICARN 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_NOTIFICATIONTARGETSET¶
TYPES TT_NOTIFICATIONTARGETSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMINOTIFTARGETITEM WITH DEFAULT KEY
.