Class: Aws::IoT::Types::JobTemplateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::JobTemplateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
An object that contains information about the job template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in seconds since the epoch, when the job template was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the job template.
 - 
  
    
      #job_template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the job template.
 - 
  
    
      #job_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the job template.
 
Instance Attribute Details
#created_at ⇒ Time
The time, in seconds since the epoch, when the job template was created.
      8855 8856 8857 8858 8859 8860 8861 8862  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8855 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the job template.
      8855 8856 8857 8858 8859 8860 8861 8862  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8855 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#job_template_arn ⇒ String
The ARN of the job template.
      8855 8856 8857 8858 8859 8860 8861 8862  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8855 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end  | 
  
#job_template_id ⇒ String
The unique identifier of the job template.
      8855 8856 8857 8858 8859 8860 8861 8862  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8855 class JobTemplateSummary < Struct.new( :job_template_arn, :job_template_id, :description, :created_at) SENSITIVE = [] include Aws::Structure end  |