Class: Aws::DeviceFarm::Types::GetRunResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DeviceFarm::Types::GetRunResult
 
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get run request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #run  ⇒ Types::Run 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The run to get results from. 
Instance Attribute Details
#run ⇒ Types::Run
The run to get results from.
| 2110 2111 2112 2113 2114 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2110 class GetRunResult < Struct.new( :run) SENSITIVE = [] include Aws::Structure end |