You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateHITReviewStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  hit_id: "EntityId", # required
  revert: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#hit_idString

The ID of the HIT to update.

Returns:

  • (String)

    The ID of the HIT to update.

#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)

    Specifies how to update the HIT status.