Class: Aws::MTurk::Types::ListHITsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1326

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

#next_tokenString

Pagination token

Returns:

  • (String)


1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1326

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