Class: Aws::IoT::Types::UpdateProvisioningTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateProvisioningTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_version_id ⇒ Integer
The ID of the default provisioning template version.
-
#description ⇒ String
The description of the provisioning template.
-
#enabled ⇒ Boolean
True to enable the provisioning template, otherwise false.
-
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Updates the pre-provisioning hook template.
-
#provisioning_role_arn ⇒ String
The ARN of the role associated with the provisioning template.
-
#remove_pre_provisioning_hook ⇒ Boolean
Removes pre-provisioning hook template.
-
#template_name ⇒ String
The name of the provisioning template.
Instance Attribute Details
#default_version_id ⇒ Integer
The ID of the default provisioning template version.
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 |
# File 'lib/aws-sdk-iot/types.rb', line 17233 class UpdateProvisioningTemplateRequest < Struct.new( :template_name, :description, :enabled, :default_version_id, :provisioning_role_arn, :pre_provisioning_hook, :remove_pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the provisioning template.
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 |
# File 'lib/aws-sdk-iot/types.rb', line 17233 class UpdateProvisioningTemplateRequest < Struct.new( :template_name, :description, :enabled, :default_version_id, :provisioning_role_arn, :pre_provisioning_hook, :remove_pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
True to enable the provisioning template, otherwise false.
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 |
# File 'lib/aws-sdk-iot/types.rb', line 17233 class UpdateProvisioningTemplateRequest < Struct.new( :template_name, :description, :enabled, :default_version_id, :provisioning_role_arn, :pre_provisioning_hook, :remove_pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Updates the pre-provisioning hook template. Only supports template of type ‘FLEET_PROVISIONING`. For more information about provisioning template types, see [type].
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 |
# File 'lib/aws-sdk-iot/types.rb', line 17233 class UpdateProvisioningTemplateRequest < Struct.new( :template_name, :description, :enabled, :default_version_id, :provisioning_role_arn, :pre_provisioning_hook, :remove_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.
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 |
# File 'lib/aws-sdk-iot/types.rb', line 17233 class UpdateProvisioningTemplateRequest < Struct.new( :template_name, :description, :enabled, :default_version_id, :provisioning_role_arn, :pre_provisioning_hook, :remove_pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#remove_pre_provisioning_hook ⇒ Boolean
Removes pre-provisioning hook template.
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 |
# File 'lib/aws-sdk-iot/types.rb', line 17233 class UpdateProvisioningTemplateRequest < Struct.new( :template_name, :description, :enabled, :default_version_id, :provisioning_role_arn, :pre_provisioning_hook, :remove_pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the provisioning template.
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 |
# File 'lib/aws-sdk-iot/types.rb', line 17233 class UpdateProvisioningTemplateRequest < Struct.new( :template_name, :description, :enabled, :default_version_id, :provisioning_role_arn, :pre_provisioning_hook, :remove_pre_provisioning_hook) SENSITIVE = [] include Aws::Structure end |