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)


3467
3468
3469
3470
3471
3472
# File 'lib/aws-sdk-devicefarm/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
# File 'lib/aws-sdk-devicefarm/types.rb', line 3467

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