Qualification

public struct Qualification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time the Qualification was granted to the Worker. If the Worker’s Qualification was revoked, and then re-granted based on a new Qualification request, GrantTime is the date and time of the last call to the AcceptQualificationRequest operation.

    Declaration

    Swift

    public let grantTime: TimeStamp?
  • The value (score) of the Qualification, if the Qualification has an integer value.

    Declaration

    Swift

    public let integerValue: Int?
  • Undocumented

    Declaration

    Swift

    public let localeValue: Locale?
  • The ID of the Qualification type for the Qualification.

    Declaration

    Swift

    public let qualificationTypeId: String?
  • The status of the Qualification. Valid values are Granted | Revoked.

    Declaration

    Swift

    public let status: QualificationStatus?
  • The ID of the Worker who possesses the Qualification.

    Declaration

    Swift

    public let workerId: String?
  • Undocumented

    Declaration

    Swift

    public init(grantTime: TimeStamp? = nil, integerValue: Int? = nil, localeValue: Locale? = nil, qualificationTypeId: String? = nil, status: QualificationStatus? = nil, workerId: String? = nil)