DisassociateQualificationFromWorkerRequest

public struct DisassociateQualificationFromWorkerRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Qualification type of the Qualification to be revoked.

    Declaration

    Swift

    public let qualificationTypeId: String
  • A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.

    Declaration

    Swift

    public let reason: String?
  • The ID of the Worker who possesses the Qualification to be revoked.

    Declaration

    Swift

    public let workerId: String
  • Undocumented

    Declaration

    Swift

    public init(qualificationTypeId: String, reason: String? = nil, workerId: String)
  • Declaration

    Swift

    public func validate(name: String) throws