/AWS1/CL_SMCDSCENGAGEMENTRS¶
DescribeEngagementResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_contactarn TYPE /AWS1/SMCSSMCONTACTSARN /AWS1/SMCSSMCONTACTSARN¶
The ARN of the escalation plan or contacts involved in the engagement.
iv_engagementarn TYPE /AWS1/SMCSSMCONTACTSARN /AWS1/SMCSSMCONTACTSARN¶
The ARN of the engagement.
iv_sender TYPE /AWS1/SMCSENDER /AWS1/SMCSENDER¶
The user that started the engagement.
iv_subject TYPE /AWS1/SMCSUBJECT /AWS1/SMCSUBJECT¶
The secure subject of the message that was sent to the contact. Use this field for engagements to
VOICEand
iv_content TYPE /AWS1/SMCCONTENT /AWS1/SMCCONTENT¶
The secure content of the message that was sent to the contact. Use this field for engagements to
VOICEand
Optional arguments:¶
iv_publicsubject TYPE /AWS1/SMCPUBLICSUBJECT /AWS1/SMCPUBLICSUBJECT¶
The insecure subject of the message that was sent to the contact. Use this field for engagements to
SMS.
iv_publiccontent TYPE /AWS1/SMCPUBLICCONTENT /AWS1/SMCPUBLICCONTENT¶
The insecure content of the message that was sent to the contact. Use this field for engagements to
SMS.
iv_incidentid TYPE /AWS1/SMCINCIDENTID /AWS1/SMCINCIDENTID¶
The ARN of the incident in which the engagement occurred.
iv_starttime TYPE /AWS1/SMCDATETIME /AWS1/SMCDATETIME¶
The time that the engagement started.
iv_stoptime TYPE /AWS1/SMCDATETIME /AWS1/SMCDATETIME¶
The time that the engagement ended.
Queryable Attributes¶
ContactArn¶
The ARN of the escalation plan or contacts involved in the engagement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTARN() |
Getter for CONTACTARN, with configurable default |
ASK_CONTACTARN() |
Getter for CONTACTARN w/ exceptions if field has no value |
HAS_CONTACTARN() |
Determine if CONTACTARN has a value |
EngagementArn¶
The ARN of the engagement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGAGEMENTARN() |
Getter for ENGAGEMENTARN, with configurable default |
ASK_ENGAGEMENTARN() |
Getter for ENGAGEMENTARN w/ exceptions if field has no value |
HAS_ENGAGEMENTARN() |
Determine if ENGAGEMENTARN has a value |
Sender¶
The user that started the engagement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDER() |
Getter for SENDER, with configurable default |
ASK_SENDER() |
Getter for SENDER w/ exceptions if field has no value |
HAS_SENDER() |
Determine if SENDER has a value |
Subject¶
The secure subject of the message that was sent to the contact. Use this field for engagements to
VOICEand
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBJECT() |
Getter for SUBJECT, with configurable default |
ASK_SUBJECT() |
Getter for SUBJECT w/ exceptions if field has no value |
HAS_SUBJECT() |
Determine if SUBJECT has a value |
Content¶
The secure content of the message that was sent to the contact. Use this field for engagements to
VOICEand
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
PublicSubject¶
The insecure subject of the message that was sent to the contact. Use this field for engagements to
SMS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICSUBJECT() |
Getter for PUBLICSUBJECT, with configurable default |
ASK_PUBLICSUBJECT() |
Getter for PUBLICSUBJECT w/ exceptions if field has no value |
HAS_PUBLICSUBJECT() |
Determine if PUBLICSUBJECT has a value |
PublicContent¶
The insecure content of the message that was sent to the contact. Use this field for engagements to
SMS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICCONTENT() |
Getter for PUBLICCONTENT, with configurable default |
ASK_PUBLICCONTENT() |
Getter for PUBLICCONTENT w/ exceptions if field has no value |
HAS_PUBLICCONTENT() |
Determine if PUBLICCONTENT has a value |
IncidentId¶
The ARN of the incident in which the engagement occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCIDENTID() |
Getter for INCIDENTID, with configurable default |
ASK_INCIDENTID() |
Getter for INCIDENTID w/ exceptions if field has no value |
HAS_INCIDENTID() |
Determine if INCIDENTID has a value |
StartTime¶
The time that the engagement started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
StopTime¶
The time that the engagement ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOPTIME() |
Getter for STOPTIME, with configurable default |
ASK_STOPTIME() |
Getter for STOPTIME w/ exceptions if field has no value |
HAS_STOPTIME() |
Determine if STOPTIME has a value |