/AWS1/CL_SMCENGAGEMENT¶
Incident Manager reaching out to a contact or escalation plan to engage contact during an incident.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_engagementarn TYPE /AWS1/SMCSSMCONTACTSARN /AWS1/SMCSSMCONTACTSARN¶
The Amazon Resource Name (ARN) of the engagement.
iv_contactarn TYPE /AWS1/SMCSSMCONTACTSARN /AWS1/SMCSSMCONTACTSARN¶
The ARN of the escalation plan or contact that Incident Manager is engaging.
iv_sender TYPE /AWS1/SMCSENDER /AWS1/SMCSENDER¶
The user that started the engagement.
Optional arguments:¶
iv_incidentid TYPE /AWS1/SMCINCIDENTID /AWS1/SMCINCIDENTID¶
The ARN of the incident that's engaging the contact.
iv_starttime TYPE /AWS1/SMCDATETIME /AWS1/SMCDATETIME¶
The time that the engagement began.
iv_stoptime TYPE /AWS1/SMCDATETIME /AWS1/SMCDATETIME¶
The time that the engagement ended.
Queryable Attributes¶
EngagementArn¶
The Amazon Resource Name (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 |
ContactArn¶
The ARN of the escalation plan or contact that Incident Manager is engaging.
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 |
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 |
IncidentId¶
The ARN of the incident that's engaging the contact.
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 began.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ENGAGEMENTSLIST¶
TYPES TT_ENGAGEMENTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMCENGAGEMENT WITH DEFAULT KEY
.