Skip to content

/AWS1/CL_LOCLISTJOBSRSPENTRY

Job summary information returned in list operations.

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 job execution.

io_inputoptions TYPE REF TO /AWS1/CL_LOCJOBINPUTOPTIONS /AWS1/CL_LOCJOBINPUTOPTIONS

Input configuration.

iv_jobid TYPE /AWS1/LOCJOBID /AWS1/LOCJOBID

Unique job identifier.

iv_jobarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN

Amazon Resource Name (ARN) of the job.

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).


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

ExecutionRoleArn

IAM role used for job execution.

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

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

InputOptions

Input configuration.

Accessible with the following methods

Method Description
GET_INPUTOPTIONS() Getter for INPUTOPTIONS

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

JobArn

Amazon Resource Name (ARN) of the 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

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_LISTJOBSRESPONSEENTRYLIST

TYPES TT_LISTJOBSRESPONSEENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCLISTJOBSRSPENTRY WITH DEFAULT KEY
.