/AWS1/CL_DEXGETJOBRESPONSE¶
GetJobResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_ARN
TYPE /AWS1/DEXARN
/AWS1/DEXARN
¶
The ARN for the job.
IV_CREATEDAT
TYPE /AWS1/DEXTIMESTAMP
/AWS1/DEXTIMESTAMP
¶
The date and time that the job was created, in ISO 8601 format.
IO_DETAILS
TYPE REF TO /AWS1/CL_DEXRESPONSEDETAILS
/AWS1/CL_DEXRESPONSEDETAILS
¶
Details about the job.
IT_ERRORS
TYPE /AWS1/CL_DEXJOBERROR=>TT_LISTOFJOBERROR
TT_LISTOFJOBERROR
¶
The errors associated with jobs.
IV_ID
TYPE /AWS1/DEXID
/AWS1/DEXID
¶
The unique identifier for the job.
IV_STATE
TYPE /AWS1/DEXSTATE
/AWS1/DEXSTATE
¶
The state of the job.
IV_TYPE
TYPE /AWS1/DEXTYPE
/AWS1/DEXTYPE
¶
The job type.
IV_UPDATEDAT
TYPE /AWS1/DEXTIMESTAMP
/AWS1/DEXTIMESTAMP
¶
The date and time that the job was last updated, in ISO 8601 format.
Queryable Attributes¶
Arn¶
The ARN for the job.
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 |
CreatedAt¶
The date and time that the job was created, in ISO 8601 format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
Details¶
Details about the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DETAILS() |
Getter for DETAILS |
Errors¶
The errors associated with jobs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |
Id¶
The unique identifier for the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
State¶
The state of the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Type¶
The job type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
UpdatedAt¶
The date and time that the job was last updated, in ISO 8601 format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |