Class: Aws::MTurk::Types::UpdateHITReviewStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::UpdateHITReviewStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hit_id ⇒ String
The ID of the HIT to update.
-
#revert ⇒ Boolean
Specifies how to update the HIT status.
Instance Attribute Details
#hit_id ⇒ String
The ID of the HIT to update.
2539 2540 2541 2542 2543 2544 |
# File 'lib/aws-sdk-mturk/types.rb', line 2539 class UpdateHITReviewStatusRequest < Struct.new( :hit_id, :revert) SENSITIVE = [] include Aws::Structure end |
#revert ⇒ Boolean
Specifies how to update the HIT status. Default is ‘False`.
-
Setting this to false will only transition a HIT from ‘Reviewable` to `Reviewing`
-
Setting this to true will only transition a HIT from ‘Reviewing` to `Reviewable`
2539 2540 2541 2542 2543 2544 |
# File 'lib/aws-sdk-mturk/types.rb', line 2539 class UpdateHITReviewStatusRequest < Struct.new( :hit_id, :revert) SENSITIVE = [] include Aws::Structure end |