Skip to content

/AWS1/CL_SGMPROCESSINGJOBSUMM

Summary of information about a processing job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_processingjobname TYPE /AWS1/SGMPROCESSINGJOBNAME /AWS1/SGMPROCESSINGJOBNAME

The name of the processing job.

iv_processingjobarn TYPE /AWS1/SGMPROCESSINGJOBARN /AWS1/SGMPROCESSINGJOBARN

The Amazon Resource Name (ARN) of the processing job..

iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

The time at which the processing job was created.

iv_processingjobstatus TYPE /AWS1/SGMPROCESSINGJOBSTATUS /AWS1/SGMPROCESSINGJOBSTATUS

The status of the processing job.

Optional arguments:

iv_processingendtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

The time at which the processing job completed.

iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A timestamp that indicates the last time the processing job was modified.

iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

iv_exitmessage TYPE /AWS1/SGMEXITMESSAGE /AWS1/SGMEXITMESSAGE

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.


Queryable Attributes

ProcessingJobName

The name of the processing job.

Accessible with the following methods

Method Description
GET_PROCESSINGJOBNAME() Getter for PROCESSINGJOBNAME, with configurable default
ASK_PROCESSINGJOBNAME() Getter for PROCESSINGJOBNAME w/ exceptions if field has no v
HAS_PROCESSINGJOBNAME() Determine if PROCESSINGJOBNAME has a value

ProcessingJobArn

The Amazon Resource Name (ARN) of the processing job..

Accessible with the following methods

Method Description
GET_PROCESSINGJOBARN() Getter for PROCESSINGJOBARN, with configurable default
ASK_PROCESSINGJOBARN() Getter for PROCESSINGJOBARN w/ exceptions if field has no va
HAS_PROCESSINGJOBARN() Determine if PROCESSINGJOBARN has a value

CreationTime

The time at which the processing job was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

ProcessingEndTime

The time at which the processing job completed.

Accessible with the following methods

Method Description
GET_PROCESSINGENDTIME() Getter for PROCESSINGENDTIME, with configurable default
ASK_PROCESSINGENDTIME() Getter for PROCESSINGENDTIME w/ exceptions if field has no v
HAS_PROCESSINGENDTIME() Determine if PROCESSINGENDTIME has a value

LastModifiedTime

A timestamp that indicates the last time the processing job was modified.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME, with configurable default
ASK_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME w/ exceptions if field has no va
HAS_LASTMODIFIEDTIME() Determine if LASTMODIFIEDTIME has a value

ProcessingJobStatus

The status of the processing job.

Accessible with the following methods

Method Description
GET_PROCESSINGJOBSTATUS() Getter for PROCESSINGJOBSTATUS, with configurable default
ASK_PROCESSINGJOBSTATUS() Getter for PROCESSINGJOBSTATUS w/ exceptions if field has no
HAS_PROCESSINGJOBSTATUS() Determine if PROCESSINGJOBSTATUS has a value

FailureReason

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value

ExitMessage

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

Accessible with the following methods

Method Description
GET_EXITMESSAGE() Getter for EXITMESSAGE, with configurable default
ASK_EXITMESSAGE() Getter for EXITMESSAGE w/ exceptions if field has no value
HAS_EXITMESSAGE() Determine if EXITMESSAGE 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_PROCESSINGJOBSUMMARIES

TYPES TT_PROCESSINGJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMPROCESSINGJOBSUMM WITH DEFAULT KEY
.