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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


26
27
28
29
30
31
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 26

class AcceptQualificationRequestRequest < Struct.new(
  :qualification_request_id,
  :integer_value)
  SENSITIVE = []
  include Aws::Structure
end

#qualification_request_idString

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

Returns:

  • (String)


26
27
28
29
30
31
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 26

class AcceptQualificationRequestRequest < Struct.new(
  :qualification_request_id,
  :integer_value)
  SENSITIVE = []
  include Aws::Structure
end