You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::ProvisioningTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ProvisioningTemplateSummary
- Defined in:
- (unknown)
Overview
A summary of information about a fleet provisioning template.
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date when the fleet provisioning template summary was created.
-
#description ⇒ String
The description of the fleet provisioning template.
-
#enabled ⇒ Boolean
True if the fleet provision template is enabled, otherwise false.
-
#last_modified_date ⇒ Time
The date when the fleet provisioning template summary was last modified.
-
#template_arn ⇒ String
The ARN of the fleet provisioning template.
-
#template_name ⇒ String
The name of the fleet provisioning template.
Instance Attribute Details
#creation_date ⇒ Time
The date when the fleet provisioning template summary was created.
#description ⇒ String
The description of the fleet provisioning template.
#enabled ⇒ Boolean
True if the fleet provision template is enabled, otherwise false.
#last_modified_date ⇒ Time
The date when the fleet provisioning template summary was last modified.
#template_arn ⇒ String
The ARN of the fleet provisioning template.
#template_name ⇒ String
The name of the fleet provisioning template.