/AWS1/CL_CEXSUBSCRIBER¶
The recipient of AnomalySubscription notifications.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_address TYPE /AWS1/CEXSUBSCRIBERADDRESS /AWS1/CEXSUBSCRIBERADDRESS¶
The email address or SNS Amazon Resource Name (ARN). This depends on the
Type.
iv_type TYPE /AWS1/CEXSUBSCRIBERTYPE /AWS1/CEXSUBSCRIBERTYPE¶
The notification delivery channel.
iv_status TYPE /AWS1/CEXSUBSCRIBERSTATUS /AWS1/CEXSUBSCRIBERSTATUS¶
Indicates if the subscriber accepts the notifications.
Queryable Attributes¶
Address¶
The email address or SNS Amazon Resource Name (ARN). This depends on the
Type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESS() |
Getter for ADDRESS, with configurable default |
ASK_ADDRESS() |
Getter for ADDRESS w/ exceptions if field has no value |
HAS_ADDRESS() |
Determine if ADDRESS has a value |
Type¶
The notification delivery channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Status¶
Indicates if the subscriber accepts the notifications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_SUBSCRIBERS¶
TYPES TT_SUBSCRIBERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CEXSUBSCRIBER WITH DEFAULT KEY
.