Class: Aws::MTurk::Types::ListReviewableHITsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hit_type_idString

The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered



1590
1591
1592
1593
1594
1595
1596
1597
# File 'lib/aws-sdk-mturk/types.rb', line 1590

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

#max_resultsInteger

Limit the number of results returned.



1590
1591
1592
1593
1594
1595
1596
1597
# File 'lib/aws-sdk-mturk/types.rb', line 1590

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

#next_tokenString

Pagination Token



1590
1591
1592
1593
1594
1595
1596
1597
# File 'lib/aws-sdk-mturk/types.rb', line 1590

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

#statusString

Can be either ‘Reviewable` or `Reviewing`. Reviewable is the default value.



1590
1591
1592
1593
1594
1595
1596
1597
# File 'lib/aws-sdk-mturk/types.rb', line 1590

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