Class: Aws::DeviceFarm::Types::ListTestGridProjectsRequest

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

#max_resultInteger

Return no more than this number of results.

Returns:

  • (Integer)


3370
3371
3372
3373
3374
3375
# File 'lib/aws-sdk-devicefarm/types.rb', line 3370

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

#next_tokenString

From a response, used to continue a paginated listing.

Returns:

  • (String)


3370
3371
3372
3373
3374
3375
# File 'lib/aws-sdk-devicefarm/types.rb', line 3370

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