Class: Aws::IoT::Types::CreateProvisioningClaimRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateProvisioningClaimRequest
 
 
- 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 to use.
 
Instance Attribute Details
#template_name ⇒ String
The name of the provisioning template to use.
      3559 3560 3561 3562 3563  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3559 class CreateProvisioningClaimRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end  |