Class: Aws::DeviceFarm::Types::ListTestGridProjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridProjectsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_result ⇒ Integer
Return no more than this number of results.
-
#next_token ⇒ String
From a response, used to continue a paginated listing.
Instance Attribute Details
#max_result ⇒ Integer
Return no more than this number of results.
3325 3326 3327 3328 3329 3330 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3325 class ListTestGridProjectsRequest < Struct.new( :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
From a response, used to continue a paginated listing.
3325 3326 3327 3328 3329 3330 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3325 class ListTestGridProjectsRequest < Struct.new( :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |