You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MTurk::Types::Qualification

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Qualification data structure represents a Qualification assigned to a user, including the Qualification type and the value (score).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#grant_timeTime

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.

Returns:

  • (Time)

    The date and time the Qualification was granted to the Worker.

#integer_valueInteger

The value (score) of the Qualification, if the Qualification has an integer value.

Returns:

  • (Integer)

    The value (score) of the Qualification, if the Qualification has an integer value.

#locale_valueTypes::Locale

The Locale data structure represents a geographical region or location.

Returns:

  • (Types::Locale)

    The Locale data structure represents a geographical region or location.

    .

#qualification_type_idString

The ID of the Qualification type for the Qualification.

Returns:

  • (String)

    The ID of the Qualification type for the Qualification.

#statusString

The status of the Qualification. Valid values are Granted | Revoked.

Possible values:

  • Granted
  • Revoked

Returns:

  • (String)

    The status of the Qualification.

#worker_idString

The ID of the Worker who possesses the Qualification.

Returns:

  • (String)

    The ID of the Worker who possesses the Qualification.