Class: Aws::DeviceFarm::Types::GetTestGridSessionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_grid_sessionTypes::TestGridSession

The TestGridSession that was requested.



2187
2188
2189
2190
2191
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2187

class GetTestGridSessionResult < Struct.new(
  :test_grid_session)
  SENSITIVE = []
  include Aws::Structure
end