ListReviewPolicyResultsForHITRequest

public struct ListReviewPolicyResultsForHITRequest : AWSShape
extension MTurk.ListReviewPolicyResultsForHITRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the HIT to retrieve review results for.

    Declaration

    Swift

    public let hITId: String
  • Limit the number of results returned.

    Declaration

    Swift

    public let maxResults: Int?
  • Pagination token

    Declaration

    Swift

    public let nextToken: String?
  • The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

    Declaration

    Swift

    public let policyLevels: [ReviewPolicyLevel]?
  • Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.

    Declaration

    Swift

    public let retrieveActions: Bool?
  • Specify if the operation should retrieve a list of the results computed by the Review Policies.

    Declaration

    Swift

    public let retrieveResults: Bool?
  • Undocumented

    Declaration

    Swift

    public init(hITId: String, maxResults: Int? = nil, nextToken: String? = nil, policyLevels: [ReviewPolicyLevel]? = nil, retrieveActions: Bool? = nil, retrieveResults: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> MTurk.ListReviewPolicyResultsForHITRequest