Class: Aws::MTurk::Types::UpdateHITReviewStatusRequest

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_idString

The ID of the HIT to update.

Returns:

  • (String)


2539
2540
2541
2542
2543
2544
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2539

class UpdateHITReviewStatusRequest < Struct.new(
  :hit_id,
  :revert)
  SENSITIVE = []
  include Aws::Structure
end

#revertBoolean

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

Returns:

  • (Boolean)


2539
2540
2541
2542
2543
2544
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2539

class UpdateHITReviewStatusRequest < Struct.new(
  :hit_id,
  :revert)
  SENSITIVE = []
  include Aws::Structure
end