Class: Aws::MTurk::Types::ListReviewableHITsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ListReviewableHITsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hit_type_id ⇒ String
The ID of the HIT type of the HITs to consider for the query.
-
#max_results ⇒ Integer
Limit the number of results returned.
-
#next_token ⇒ String
Pagination Token.
-
#status ⇒ String
Can be either ‘Reviewable` or `Reviewing`.
Instance Attribute Details
#hit_type_id ⇒ String
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_results ⇒ Integer
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_token ⇒ String
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 |
#status ⇒ String
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 |