/AWS1/CL_OSRCHANGEPRGSSDETAILS¶
Container for information about a configuration change happening on a domain.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_changeid TYPE /AWS1/OSRGUID /AWS1/OSRGUID¶
The ID of the configuration change.
iv_message TYPE /AWS1/OSRMESSAGE /AWS1/OSRMESSAGE¶
A message corresponding to the status of the configuration change.
iv_configchangestatus TYPE /AWS1/OSRCONFIGCHANGESTATUS /AWS1/OSRCONFIGCHANGESTATUS¶
The current status of the configuration change.
iv_initiatedby TYPE /AWS1/OSRINITIATEDBY /AWS1/OSRINITIATEDBY¶
The IAM principal who initiated the configuration change.
iv_starttime TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
iv_lastupdatedtime TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The last time that the configuration change was updated.
Queryable Attributes¶
ChangeId¶
The ID of the configuration change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGEID() |
Getter for CHANGEID, with configurable default |
ASK_CHANGEID() |
Getter for CHANGEID w/ exceptions if field has no value |
HAS_CHANGEID() |
Determine if CHANGEID has a value |
Message¶
A message corresponding to the status of the configuration change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
ConfigChangeStatus¶
The current status of the configuration change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGCHANGESTATUS() |
Getter for CONFIGCHANGESTATUS, with configurable default |
ASK_CONFIGCHANGESTATUS() |
Getter for CONFIGCHANGESTATUS w/ exceptions if field has no |
HAS_CONFIGCHANGESTATUS() |
Determine if CONFIGCHANGESTATUS has a value |
InitiatedBy¶
The IAM principal who initiated the configuration change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIATEDBY() |
Getter for INITIATEDBY, with configurable default |
ASK_INITIATEDBY() |
Getter for INITIATEDBY w/ exceptions if field has no value |
HAS_INITIATEDBY() |
Determine if INITIATEDBY has a value |
StartTime¶
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
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 |
LastUpdatedTime¶
The last time that the configuration change was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |