Class: Aws::DeviceFarm::Types::ListTestGridSessionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#test_grid_sessions ⇒ Array<Types::TestGridSession>
The sessions that match the criteria in a ListTestGridSessionsRequest.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
3492 3493 3494 3495 3496 3497 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3492 class ListTestGridSessionsResult < Struct.new( :test_grid_sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_grid_sessions ⇒ Array<Types::TestGridSession>
The sessions that match the criteria in a ListTestGridSessionsRequest.
3492 3493 3494 3495 3496 3497 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3492 class ListTestGridSessionsResult < Struct.new( :test_grid_sessions, :next_token) SENSITIVE = [] include Aws::Structure end |