Class: Aws::DeviceFarm::Types::GetTestGridSessionResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::GetTestGridSessionResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-devicefarm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #test_grid_session  ⇒ Types::TestGridSession 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The TestGridSession that was requested.
 
Instance Attribute Details
#test_grid_session ⇒ Types::TestGridSession
The TestGridSession that was requested.
      2157 2158 2159 2160 2161  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 2157 class GetTestGridSessionResult < Struct.new( :test_grid_session) SENSITIVE = [] include Aws::Structure end  |