Class: Aws::DeviceFarm::Types::GetJobResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::GetJobResult
 
 
- Defined in:
 - gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
 
Overview
Represents the result of a get job request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job  ⇒ Types::Job 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains information about the requested job.
 
Instance Attribute Details
#job ⇒ Types::Job
An object that contains information about the requested job.
      1955 1956 1957 1958 1959  | 
    
      # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1955 class GetJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end  |