/AWS1/CL_STNTARGETSUMMARY¶
Information about the targets specified for a notification rule.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_targetaddress
TYPE /AWS1/STNTARGETADDRESS
/AWS1/STNTARGETADDRESS
¶
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
iv_targettype
TYPE /AWS1/STNTARGETTYPE
/AWS1/STNTARGETTYPE
¶
The type of the target (for example,
SNS
).
Chatbot topics are specified as
SNS
.Chatbot clients are specified as
AWSChatbotSlack
.
iv_targetstatus
TYPE /AWS1/STNTARGETSTATUS
/AWS1/STNTARGETSTATUS
¶
The status of the target.
Queryable Attributes¶
TargetAddress¶
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETADDRESS() |
Getter for TARGETADDRESS, with configurable default |
ASK_TARGETADDRESS() |
Getter for TARGETADDRESS w/ exceptions if field has no value |
HAS_TARGETADDRESS() |
Determine if TARGETADDRESS has a value |
TargetType¶
The type of the target (for example,
SNS
).
Chatbot topics are specified as
SNS
.Chatbot clients are specified as
AWSChatbotSlack
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE has a value |
TargetStatus¶
The status of the target.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETSTATUS() |
Getter for TARGETSTATUS, with configurable default |
ASK_TARGETSTATUS() |
Getter for TARGETSTATUS w/ exceptions if field has no value |
HAS_TARGETSTATUS() |
Determine if TARGETSTATUS 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_TARGETSBATCH
¶
TYPES TT_TARGETSBATCH TYPE STANDARD TABLE OF REF TO /AWS1/CL_STNTARGETSUMMARY WITH DEFAULT KEY
.