Class: Aws::IoT::Types::DescribeJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #document_source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An S3 link to the job document.
 - 
  
    
      #job  ⇒ Types::Job 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the job.
 
Instance Attribute Details
#document_source ⇒ String
An S3 link to the job document.
      5715 5716 5717 5718 5719 5720  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5715 class DescribeJobResponse < Struct.new( :document_source, :job) SENSITIVE = [] include Aws::Structure end  | 
  
#job ⇒ Types::Job
Information about the job.
      5715 5716 5717 5718 5719 5720  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5715 class DescribeJobResponse < Struct.new( :document_source, :job) SENSITIVE = [] include Aws::Structure end  |