Class: Aws::IoT::Types::AssociateTargetsWithJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::AssociateTargetsWithJobResponse
 
- Defined in:
- gems/aws-sdk-iot/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.
| 603 604 605 606 607 608 609 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 603 class AssociateTargetsWithJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end | 
#job_arn ⇒ String
An ARN identifying the job.
| 603 604 605 606 607 608 609 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 603 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.
| 603 604 605 606 607 608 609 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 603 class AssociateTargetsWithJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end |