/AWS1/CL_IOTDSCPROVTMPLVRSRSP¶
DescribeProvisioningTemplateVersionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_versionid TYPE /AWS1/IOTTEMPLATEVERSIONID /AWS1/IOTTEMPLATEVERSIONID¶
The provisioning template version ID.
iv_creationdate TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The date when the provisioning template version was created.
iv_templatebody TYPE /AWS1/IOTTEMPLATEBODY /AWS1/IOTTEMPLATEBODY¶
The JSON formatted contents of the provisioning template version.
iv_isdefaultversion TYPE /AWS1/IOTISDEFAULTVERSION /AWS1/IOTISDEFAULTVERSION¶
True if the provisioning template version is the default version.
Queryable Attributes¶
versionId¶
The provisioning template version ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
creationDate¶
The date when the provisioning template version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
templateBody¶
The JSON formatted contents of the provisioning template version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEBODY() |
Getter for TEMPLATEBODY, with configurable default |
ASK_TEMPLATEBODY() |
Getter for TEMPLATEBODY w/ exceptions if field has no value |
HAS_TEMPLATEBODY() |
Determine if TEMPLATEBODY has a value |
isDefaultVersion¶
True if the provisioning template version is the default version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISDEFAULTVERSION() |
Getter for ISDEFAULTVERSION |