Class: Aws::DeviceFarm::Types::ListTestGridSessionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)


3537
3538
3539
3540
3541
3542
# File 'lib/aws-sdk-devicefarm/types.rb', line 3537

class ListTestGridSessionsResult < Struct.new(
  :test_grid_sessions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_grid_sessionsArray<Types::TestGridSession>

The sessions that match the criteria in a ListTestGridSessionsRequest.

Returns:



3537
3538
3539
3540
3541
3542
# File 'lib/aws-sdk-devicefarm/types.rb', line 3537

class ListTestGridSessionsResult < Struct.new(
  :test_grid_sessions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end