Class: Aws::IoT::Types::AssociateTargetsWithJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::AssociateTargetsWithJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A short text description of the job.
 - 
  
    
      #job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An ARN identifying the job.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier you assigned to this job when it was created.
 
Instance Attribute Details
#description ⇒ String
A short text description of the job.
      544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 544 class AssociateTargetsWithJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#job_arn ⇒ String
An ARN identifying the job.
      544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 544 class AssociateTargetsWithJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
      544 545 546 547 548 549 550  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 544 class AssociateTargetsWithJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end  |