You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::DescribeProvisioningTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeProvisioningTemplateResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date when the fleet provisioning template was created.
-
#default_version_id ⇒ Integer
The default fleet template version ID.
-
#description ⇒ String
The description of the fleet provisioning template.
-
#enabled ⇒ Boolean
True if the fleet provisioning template is enabled, otherwise false.
-
#last_modified_date ⇒ Time
The date when the fleet provisioning template was last modified.
-
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Gets information about a pre-provisioned hook.
-
#provisioning_role_arn ⇒ String
The ARN of the role associated with the provisioning template.
-
#template_arn ⇒ String
The ARN of the fleet provisioning template.
-
#template_body ⇒ String
The JSON formatted contents 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 was created.
#default_version_id ⇒ Integer
The default fleet template version ID.
#description ⇒ String
The description of the fleet provisioning template.
#enabled ⇒ Boolean
True if the fleet provisioning template is enabled, otherwise false.
#last_modified_date ⇒ Time
The date when the fleet provisioning template was last modified.
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Gets information about a pre-provisioned hook.
#provisioning_role_arn ⇒ String
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
#template_arn ⇒ String
The ARN of the fleet provisioning template.
#template_body ⇒ String
The JSON formatted contents of the fleet provisioning template.
#template_name ⇒ String
The name of the fleet provisioning template.