/AWS1/CL_IOTJOBTEMPLATESUMMARY¶
An object that contains information about the job template.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobtemplatearn TYPE /AWS1/IOTJOBTEMPLATEARN /AWS1/IOTJOBTEMPLATEARN¶
The ARN of the job template.
iv_jobtemplateid TYPE /AWS1/IOTJOBTEMPLATEID /AWS1/IOTJOBTEMPLATEID¶
The unique identifier of the job template.
iv_description TYPE /AWS1/IOTJOBDESCRIPTION /AWS1/IOTJOBDESCRIPTION¶
A description of the job template.
iv_createdat TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The time, in seconds since the epoch, when the job template was created.
Queryable Attributes¶
jobTemplateArn¶
The ARN of the job template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBTEMPLATEARN() |
Getter for JOBTEMPLATEARN, with configurable default |
ASK_JOBTEMPLATEARN() |
Getter for JOBTEMPLATEARN w/ exceptions if field has no valu |
HAS_JOBTEMPLATEARN() |
Determine if JOBTEMPLATEARN has a value |
jobTemplateId¶
The unique identifier of the job template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBTEMPLATEID() |
Getter for JOBTEMPLATEID, with configurable default |
ASK_JOBTEMPLATEID() |
Getter for JOBTEMPLATEID w/ exceptions if field has no value |
HAS_JOBTEMPLATEID() |
Determine if JOBTEMPLATEID has a value |
description¶
A description of the job template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
createdAt¶
The time, in seconds since the epoch, when the job template 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_JOBTEMPLATESUMMARYLIST¶
TYPES TT_JOBTEMPLATESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTJOBTEMPLATESUMMARY WITH DEFAULT KEY
.