/AWS1/CL_SMCROTATIONOVERRIDE¶
Information about an override specified for an on-call rotation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_rotationoverrideid TYPE /AWS1/SMCUUID /AWS1/SMCUUID¶
The Amazon Resource Name (ARN) of the override to an on-call rotation.
it_newcontactids TYPE /AWS1/CL_SMCSSMCONTACTSARNLS00=>TT_SSMCONTACTSARNLIST TT_SSMCONTACTSARNLIST¶
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
iv_starttime TYPE /AWS1/SMCDATETIME /AWS1/SMCDATETIME¶
The time a rotation override begins.
iv_endtime TYPE /AWS1/SMCDATETIME /AWS1/SMCDATETIME¶
The time a rotation override ends.
iv_createtime TYPE /AWS1/SMCDATETIME /AWS1/SMCDATETIME¶
The time a rotation override was created.
Queryable Attributes¶
RotationOverrideId¶
The Amazon Resource Name (ARN) of the override to an on-call rotation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROTATIONOVERRIDEID() |
Getter for ROTATIONOVERRIDEID, with configurable default |
ASK_ROTATIONOVERRIDEID() |
Getter for ROTATIONOVERRIDEID w/ exceptions if field has no |
HAS_ROTATIONOVERRIDEID() |
Determine if ROTATIONOVERRIDEID has a value |
NewContactIds¶
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWCONTACTIDS() |
Getter for NEWCONTACTIDS, with configurable default |
ASK_NEWCONTACTIDS() |
Getter for NEWCONTACTIDS w/ exceptions if field has no value |
HAS_NEWCONTACTIDS() |
Determine if NEWCONTACTIDS has a value |
StartTime¶
The time a rotation override begins.
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 |
EndTime¶
The time a rotation override ends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
CreateTime¶
The time a rotation override was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME 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_ROTATIONOVERRIDES¶
TYPES TT_ROTATIONOVERRIDES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMCROTATIONOVERRIDE WITH DEFAULT KEY
.