Class: Aws::IoT::Types::DescribeProvisioningTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeProvisioningTemplateRequest
 
 
- 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.
 
Instance Attribute Details
#template_name ⇒ String
The name of the provisioning template.
      5946 5947 5948 5949 5950  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5946 class DescribeProvisioningTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end  |