ListBonusPaymentsRequest

public struct ListBonusPaymentsRequest : AWSShape
extension MTurk.ListBonusPaymentsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

    Declaration

    Swift

    public let assignmentId: String?
  • The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

    Declaration

    Swift

    public let hITId: String?
  • Undocumented

    Declaration

    Swift

    public let maxResults: Int?
  • Pagination token

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(assignmentId: String? = nil, hITId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws