Class: Aws::DeviceFarm::Types::ListTestGridProjectsResult

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

#next_tokenString

Used for pagination. Pass into ListTestGridProjects to get more results in a paginated request.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3389

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

#test_grid_projectsArray<Types::TestGridProject>

The list of TestGridProjects, based on a ListTestGridProjectsRequest.

Returns:



3389
3390
3391
3392
3393
3394
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3389

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