/AWS1/CL_IOTPROVTMPLSUMMARY¶
A summary of information about a provisioning template.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_templatearn
TYPE /AWS1/IOTTEMPLATEARN
/AWS1/IOTTEMPLATEARN
¶
The ARN of the provisioning template.
iv_templatename
TYPE /AWS1/IOTTEMPLATENAME
/AWS1/IOTTEMPLATENAME
¶
The name of the provisioning template.
iv_description
TYPE /AWS1/IOTTEMPLATEDESCRIPTION
/AWS1/IOTTEMPLATEDESCRIPTION
¶
The description of the provisioning template.
iv_creationdate
TYPE /AWS1/IOTDATETYPE
/AWS1/IOTDATETYPE
¶
The date when the provisioning template summary was created.
iv_lastmodifieddate
TYPE /AWS1/IOTDATETYPE
/AWS1/IOTDATETYPE
¶
The date when the provisioning template summary was last modified.
iv_enabled
TYPE /AWS1/IOTENABLED2
/AWS1/IOTENABLED2
¶
True if the fleet provision template is enabled, otherwise false.
iv_type
TYPE /AWS1/IOTTEMPLATETYPE
/AWS1/IOTTEMPLATETYPE
¶
The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is
FLEET_PROVISIONING
. For more information about provisioning template, see: Provisioning template.
Queryable Attributes¶
templateArn¶
The ARN of the provisioning template.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TEMPLATEARN() |
Getter for TEMPLATEARN, with configurable default |
ASK_TEMPLATEARN() |
Getter for TEMPLATEARN w/ exceptions if field has no value |
HAS_TEMPLATEARN() |
Determine if TEMPLATEARN has a value |
templateName¶
The name of the provisioning template.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
description¶
The description of the provisioning 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 |
creationDate¶
The date when the provisioning template summary 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 |
lastModifiedDate¶
The date when the provisioning template summary was last modified.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE, with configurable default |
ASK_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE w/ exceptions if field has no va |
HAS_LASTMODIFIEDDATE() |
Determine if LASTMODIFIEDDATE has a value |
enabled¶
True if the fleet provision template is enabled, otherwise false.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
type¶
The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is
FLEET_PROVISIONING
. For more information about provisioning template, see: Provisioning template.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_PROVISIONINGTEMPLATELISTING
¶
TYPES TT_PROVISIONINGTEMPLATELISTING TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTPROVTMPLSUMMARY WITH DEFAULT KEY
.