Class: Aws::DeviceFarm::Types::ListTestGridProjectsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridProjectsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Used for pagination.
-
#test_grid_projects ⇒ Array<Types::TestGridProject>
The list of TestGridProjects, based on a ListTestGridProjectsRequest.
Instance Attribute Details
#next_token ⇒ String
Used for pagination. Pass into ListTestGridProjects to get more results in a paginated request.
3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3344 class ListTestGridProjectsResult < Struct.new( :test_grid_projects, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_grid_projects ⇒ Array<Types::TestGridProject>
The list of TestGridProjects, based on a ListTestGridProjectsRequest.
3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3344 class ListTestGridProjectsResult < Struct.new( :test_grid_projects, :next_token) SENSITIVE = [] include Aws::Structure end |