/AWS1/CL_IOTJOBEXECSUMMFORJOB¶
Contains a summary of information about job executions for a specific job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_thingarn TYPE /AWS1/IOTTHINGARN /AWS1/IOTTHINGARN¶
The ARN of the thing on which the job execution is running.
io_jobexecutionsummary TYPE REF TO /AWS1/CL_IOTJOBEXECSUMMARY /AWS1/CL_IOTJOBEXECSUMMARY¶
Contains a subset of information about a job execution.
Queryable Attributes¶
thingArn¶
The ARN of the thing on which the job execution is running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THINGARN() |
Getter for THINGARN, with configurable default |
ASK_THINGARN() |
Getter for THINGARN w/ exceptions if field has no value |
HAS_THINGARN() |
Determine if THINGARN has a value |
jobExecutionSummary¶
Contains a subset of information about a job execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBEXECUTIONSUMMARY() |
Getter for JOBEXECUTIONSUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_JOBEXECSUMMARYFORJOBLIST¶
TYPES TT_JOBEXECSUMMARYFORJOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTJOBEXECSUMMFORJOB WITH DEFAULT KEY
.