Skip to content

/AWS1/CL_LOCSTARTJOBRESPONSE

StartJobResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_createdat TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP

Job creation time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss.

iv_jobarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN

The Amazon Resource Name (ARN) for the job resource. Used when you need to specify a resource across all Amazon Web Services.

Format example: arn:aws:geo:region:account-id:job/ExampleJob

iv_jobid TYPE /AWS1/LOCJOBID /AWS1/LOCJOBID

Unique job identifier.

iv_status TYPE /AWS1/LOCJOBSTATUS /AWS1/LOCJOBSTATUS

Initial job status (always "Pending" for new jobs).


Queryable Attributes

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

JobArn

The Amazon Resource Name (ARN) for the job resource. Used when you need to specify a resource across all Amazon Web Services.

Format example: arn:aws:geo:region:account-id:job/ExampleJob

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

Status

Initial job status (always "Pending" for new jobs).

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