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.
      16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16462 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.
      16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16462 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.
      16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16462 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].
      16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16462 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.
      16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16462 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.
      16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16462 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.
      16462 16463 16464 16465 16466 16467 16468 16469 16470 16471 16472  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16462 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  |