AssociateQualificationWithWorkerRequest

public struct AssociateQualificationWithWorkerRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The value of the Qualification to assign.

    Declaration

    Swift

    public let integerValue: Int?
  • The ID of the Qualification type to use for the assigned Qualification.

    Declaration

    Swift

    public let qualificationTypeId: String
  • Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.

    Declaration

    Swift

    public let sendNotification: Bool?
  • The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.

    Declaration

    Swift

    public let workerId: String
  • Undocumented

    Declaration

    Swift

    public init(integerValue: Int? = nil, qualificationTypeId: String, sendNotification: Bool? = nil, workerId: String)
  • Declaration

    Swift

    public func validate(name: String) throws