Skip to content

/AWS1/CL_QSTDESCRAUTOJOBRSP

DescribeAutomationJobResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN

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

iv_jobstatus TYPE /AWS1/QSTAUTOMATIONJOBSTATUS /AWS1/QSTAUTOMATIONJOBSTATUS

The current status of the automation job.

Optional arguments:

iv_createdat TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00

The time that the automation job was created.

iv_startedat TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00

The time that the automation job started running.

iv_endedat TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00

The time that the automation job finished running.

iv_inputpayload TYPE /AWS1/QSTSENSITIVEIOPAYLOAD /AWS1/QSTSENSITIVEIOPAYLOAD

The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.

iv_outputpayload TYPE /AWS1/QSTSENSITIVEIOPAYLOAD /AWS1/QSTSENSITIVEIOPAYLOAD

The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.

iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The Amazon Web Services request ID for this operation.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the automation 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 time that the automation job was created.

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

StartedAt

The time that the automation job started running.

Accessible with the following methods

Method Description
GET_STARTEDAT() Getter for STARTEDAT, with configurable default
ASK_STARTEDAT() Getter for STARTEDAT w/ exceptions if field has no value
HAS_STARTEDAT() Determine if STARTEDAT has a value

EndedAt

The time that the automation job finished running.

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

JobStatus

The current status of the automation job.

Accessible with the following methods

Method Description
GET_JOBSTATUS() Getter for JOBSTATUS, with configurable default
ASK_JOBSTATUS() Getter for JOBSTATUS w/ exceptions if field has no value
HAS_JOBSTATUS() Determine if JOBSTATUS has a value

InputPayload

The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.

Accessible with the following methods

Method Description
GET_INPUTPAYLOAD() Getter for INPUTPAYLOAD, with configurable default
ASK_INPUTPAYLOAD() Getter for INPUTPAYLOAD w/ exceptions if field has no value
HAS_INPUTPAYLOAD() Determine if INPUTPAYLOAD has a value

OutputPayload

The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.

Accessible with the following methods

Method Description
GET_OUTPUTPAYLOAD() Getter for OUTPUTPAYLOAD, with configurable default
ASK_OUTPUTPAYLOAD() Getter for OUTPUTPAYLOAD w/ exceptions if field has no value
HAS_OUTPUTPAYLOAD() Determine if OUTPUTPAYLOAD has a value

RequestId

The Amazon Web Services request ID for this operation.

Accessible with the following methods

Method Description
GET_REQUESTID() Getter for REQUESTID, with configurable default
ASK_REQUESTID() Getter for REQUESTID w/ exceptions if field has no value
HAS_REQUESTID() Determine if REQUESTID has a value