Class: Aws::IoT::Types::CreateProvisioningTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateProvisioningTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #default_version_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default version of the provisioning template.
 - 
  
    
      #template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN that identifies the provisioning template.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the provisioning template.
 
Instance Attribute Details
#default_version_id ⇒ Integer
The default version of the provisioning template.
      3673 3674 3675 3676 3677 3678 3679  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3673 class CreateProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :default_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#template_arn ⇒ String
The ARN that identifies the provisioning template.
      3673 3674 3675 3676 3677 3678 3679  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3673 class CreateProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :default_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the provisioning template.
      3673 3674 3675 3676 3677 3678 3679  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3673 class CreateProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :default_version_id) SENSITIVE = [] include Aws::Structure end  |