Class: Aws::IoT::Types::CreateJobTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateJobTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the job template.
 - 
  
    
      #job_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the job template.
 
Instance Attribute Details
#job_template_arn ⇒ String
The ARN of the job template.
      3085 3086 3087 3088 3089 3090  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3085 class CreateJobTemplateResponse < Struct.new( :job_template_arn, :job_template_id) SENSITIVE = [] include Aws::Structure end  | 
  
#job_template_id ⇒ String
The unique identifier of the job template.
      3085 3086 3087 3088 3089 3090  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3085 class CreateJobTemplateResponse < Struct.new( :job_template_arn, :job_template_id) SENSITIVE = [] include Aws::Structure end  |