UpdateHITReviewStatusRequest

public struct UpdateHITReviewStatusRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the HIT to update.

    Declaration

    Swift

    public let hITId: String
  • 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

    Declaration

    Swift

    public let revert: Bool?
  • Undocumented

    Declaration

    Swift

    public init(hITId: String, revert: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws