Class: Aws::IoT::Types::ProvisioningTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ProvisioningTemplateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A summary of information about a provisioning template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date when the provisioning template summary was created.
-
#description ⇒ String
The description of the provisioning template.
-
#enabled ⇒ Boolean
True if the fleet provision template is enabled, otherwise false.
-
#last_modified_date ⇒ Time
The date when the provisioning template summary was last modified.
-
#template_arn ⇒ String
The ARN of the provisioning template.
-
#template_name ⇒ String
The name of the provisioning template.
-
#type ⇒ String
The type you define in a provisioning template.
Instance Attribute Details
#creation_date ⇒ Time
The date when the provisioning template summary was created.
13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 |
# File 'lib/aws-sdk-iot/types.rb', line 13219 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the provisioning template.
13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 |
# File 'lib/aws-sdk-iot/types.rb', line 13219 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
True if the fleet provision template is enabled, otherwise false.
13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 |
# File 'lib/aws-sdk-iot/types.rb', line 13219 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date when the provisioning template summary was last modified.
13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 |
# File 'lib/aws-sdk-iot/types.rb', line 13219 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The ARN of the provisioning template.
13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 |
# File 'lib/aws-sdk-iot/types.rb', line 13219 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the provisioning template.
13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 |
# File 'lib/aws-sdk-iot/types.rb', line 13219 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
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].
[1]: docs.aws.amazon.com/iot/latest/developerguide/provision-template.html
13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 |
# File 'lib/aws-sdk-iot/types.rb', line 13219 class ProvisioningTemplateSummary < Struct.new( :template_arn, :template_name, :description, :creation_date, :last_modified_date, :enabled, :type) SENSITIVE = [] include Aws::Structure end |