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

Class: Aws::MTurk::Types::AcceptQualificationRequestRequest

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

Overview

Note:

When passing AcceptQualificationRequestRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  qualification_request_id: "String", # required
  integer_value: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#integer_valueInteger

The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.

Returns:

  • (Integer)

    The value of the Qualification.

#qualification_request_idString

The ID of the Qualification request, as returned by the GetQualificationRequests operation.

Returns:

  • (String)

    The ID of the Qualification request, as returned by the GetQualificationRequests operation.