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

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

Overview

Note:

When making an API call, you may pass ListHITsRequest data as a hash:

{
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


1604
1605
1606
1607
1608
# File 'lib/aws-sdk-mturk/types.rb', line 1604

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

#next_tokenString

Pagination token

Returns:

  • (String)


1604
1605
1606
1607
1608
# File 'lib/aws-sdk-mturk/types.rb', line 1604

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