/AWS1/CL_LOCGETJOBRESPONSE¶
GetJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_action TYPE /AWS1/LOCJOBACTION /AWS1/LOCJOBACTION¶
Action performed by the job.
iv_createdat TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
Job creation time in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sss.
iv_executionrolearn TYPE /AWS1/LOCIAMROLEARN /AWS1/LOCIAMROLEARN¶
IAM role used for permissions when running the job.
io_inputoptions TYPE REF TO /AWS1/CL_LOCJOBINPUTOPTIONS /AWS1/CL_LOCJOBINPUTOPTIONS¶
Input configuration.
iv_jobarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
Amazon Resource Name (ARN) of the specified job.
iv_jobid TYPE /AWS1/LOCJOBID /AWS1/LOCJOBID¶
Unique job identifier.
io_outputoptions TYPE REF TO /AWS1/CL_LOCJOBOUTPUTOPTIONS /AWS1/CL_LOCJOBOUTPUTOPTIONS¶
Output configuration.
iv_status TYPE /AWS1/LOCJOBSTATUS /AWS1/LOCJOBSTATUS¶
Current job status.
iv_updatedat TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
Last update time in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sss.
Optional arguments:¶
io_actionoptions TYPE REF TO /AWS1/CL_LOCJOBACTIONOPTIONS /AWS1/CL_LOCJOBACTIONOPTIONS¶
Additional options for configuring job action parameters.
iv_endedat TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
Job completion time in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sss. Only returned for jobs in a terminal status:Completed|Failed|Cancelled.
io_error TYPE REF TO /AWS1/CL_LOCJOBERROR /AWS1/CL_LOCJOBERROR¶
Error information if the job failed.
iv_name TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
Job name (if provided during creation).
it_tags TYPE /AWS1/CL_LOCTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Tags and corresponding values associated with the specified job.
Queryable Attributes¶
Action¶
Action performed by the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
ActionOptions¶
Additional options for configuring job action parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONOPTIONS() |
Getter for ACTIONOPTIONS |
CreatedAt¶
Job creation time in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sss.
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 |
EndedAt¶
Job completion time in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sss. Only returned for jobs in a terminal status:Completed|Failed|Cancelled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
Error¶
Error information if the job failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
ExecutionRoleArn¶
IAM role used for permissions when running the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN, with configurable default |
ASK_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN w/ exceptions if field has no va |
HAS_EXECUTIONROLEARN() |
Determine if EXECUTIONROLEARN has a value |
InputOptions¶
Input configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTOPTIONS() |
Getter for INPUTOPTIONS |
JobArn¶
Amazon Resource Name (ARN) of the specified job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
JobId¶
Unique job identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
Name¶
Job name (if provided during creation).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
OutputOptions¶
Output configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTOPTIONS() |
Getter for OUTPUTOPTIONS |
Status¶
Current job status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
UpdatedAt¶
Last update time in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sss.
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 |
Tags¶
Tags and corresponding values associated with the specified job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |