/AWS1/CL_IOMGETSYNCJOBRESPONSE¶
GetSyncJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/IOMTWINMAKERARN /AWS1/IOMTWINMAKERARN¶
The sync job ARN.
iv_workspaceid TYPE /AWS1/IOMID /AWS1/IOMID¶
The ID of the workspace that contains the sync job.
iv_syncsource TYPE /AWS1/IOMSYNCSOURCE /AWS1/IOMSYNCSOURCE¶
The sync soucre.
Currently the only supported syncSource is
SITEWISE.
iv_syncrole TYPE /AWS1/IOMROLEARN /AWS1/IOMROLEARN¶
The sync IAM role.
io_status TYPE REF TO /AWS1/CL_IOMSYNCJOBSTATUS /AWS1/CL_IOMSYNCJOBSTATUS¶
The SyncJob response status.
iv_creationdatetime TYPE /AWS1/IOMTIMESTAMP /AWS1/IOMTIMESTAMP¶
The creation date and time.
iv_updatedatetime TYPE /AWS1/IOMTIMESTAMP /AWS1/IOMTIMESTAMP¶
The update date and time.
Queryable Attributes¶
arn¶
The sync job ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
workspaceId¶
The ID of the workspace that contains the sync job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACEID() |
Getter for WORKSPACEID, with configurable default |
ASK_WORKSPACEID() |
Getter for WORKSPACEID w/ exceptions if field has no value |
HAS_WORKSPACEID() |
Determine if WORKSPACEID has a value |
syncSource¶
The sync soucre.
Currently the only supported syncSource is
SITEWISE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNCSOURCE() |
Getter for SYNCSOURCE, with configurable default |
ASK_SYNCSOURCE() |
Getter for SYNCSOURCE w/ exceptions if field has no value |
HAS_SYNCSOURCE() |
Determine if SYNCSOURCE has a value |
syncRole¶
The sync IAM role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNCROLE() |
Getter for SYNCROLE, with configurable default |
ASK_SYNCROLE() |
Getter for SYNCROLE w/ exceptions if field has no value |
HAS_SYNCROLE() |
Determine if SYNCROLE has a value |
status¶
The SyncJob response status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
creationDateTime¶
The creation date and time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
updateDateTime¶
The update date and time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDATETIME() |
Getter for UPDATEDATETIME, with configurable default |
ASK_UPDATEDATETIME() |
Getter for UPDATEDATETIME w/ exceptions if field has no valu |
HAS_UPDATEDATETIME() |
Determine if UPDATEDATETIME has a value |