/AWS1/CL_CONGETRESRCSYNCSTAT01¶
GetResourceSyncStatusOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_latestsync TYPE REF TO /AWS1/CL_CONRESRCSYNCATTEMPT /AWS1/CL_CONRESRCSYNCATTEMPT¶
The latest sync for the sync status with the Git repository, whether successful or not.
Optional arguments:¶
io_desiredstate TYPE REF TO /AWS1/CL_CONREVISION /AWS1/CL_CONREVISION¶
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
io_latestsuccessfulsync TYPE REF TO /AWS1/CL_CONRESRCSYNCATTEMPT /AWS1/CL_CONRESRCSYNCATTEMPT¶
The latest successful sync for the sync status with the Git repository.
Queryable Attributes¶
DesiredState¶
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDSTATE() |
Getter for DESIREDSTATE |
LatestSuccessfulSync¶
The latest successful sync for the sync status with the Git repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTSUCCESSFULSYNC() |
Getter for LATESTSUCCESSFULSYNC |
LatestSync¶
The latest sync for the sync status with the Git repository, whether successful or not.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTSYNC() |
Getter for LATESTSYNC |