Class: Aws::IoT::Types::DescribeProvisioningTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeProvisioningTemplateResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#default_version_id ⇒ Integer
The default fleet template version ID.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the fleet provisioning template.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
True if the fleet provisioning template is enabled, otherwise false.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date when the fleet provisioning template was last modified.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Gets information about a pre-provisioned hook.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#provisioning_role_arn ⇒ String
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The ARN of the fleet provisioning template.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
The JSON formatted contents of the fleet provisioning template.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the fleet provisioning template.
7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7601 class DescribeProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :default_version_id, :template_body, :enabled, :provisioning_role_arn, :pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |