Class: Aws::IoT::Types::DeleteProvisioningTemplateVersionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DeleteProvisioningTemplateVersionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the provisioning template version to delete.
 - 
  
    
      #version_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provisioning template version ID to delete.
 
Instance Attribute Details
#template_name ⇒ String
The name of the provisioning template version to delete.
      4662 4663 4664 4665 4666 4667  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4662 class DeleteProvisioningTemplateVersionRequest < Struct.new( :template_name, :version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#version_id ⇒ Integer
The provisioning template version ID to delete.
      4662 4663 4664 4665 4666 4667  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4662 class DeleteProvisioningTemplateVersionRequest < Struct.new( :template_name, :version_id) SENSITIVE = [] include Aws::Structure end  |