ApproveAssignmentRequest

public struct ApproveAssignmentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

    Declaration

    Swift

    public let assignmentId: String
  • A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to False.

    Declaration

    Swift

    public let overrideRejection: Bool?
  • A message for the Worker, which the Worker can see in the Status section of the web site.

    Declaration

    Swift

    public let requesterFeedback: String?
  • Undocumented

    Declaration

    Swift

    public init(assignmentId: String, overrideRejection: Bool? = nil, requesterFeedback: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws