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

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

#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

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
1596
1597
# File 'gems/aws-sdk-mturk/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.

Returns:

  • (Integer)


1590
1591
1592
1593
1594
1595
1596
1597
# File 'gems/aws-sdk-mturk/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

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
1596
1597
# File 'gems/aws-sdk-mturk/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.

Returns:

  • (String)


1590
1591
1592
1593
1594
1595
1596
1597
# File 'gems/aws-sdk-mturk/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