Class: Aws::MTurk::Types::AcceptQualificationRequestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::AcceptQualificationRequestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integer_value ⇒ Integer
The value of the Qualification.
-
#qualification_request_id ⇒ String
The ID of the Qualification request, as returned by the ‘GetQualificationRequests` operation.
Instance Attribute Details
#integer_value ⇒ Integer
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.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-mturk/types.rb', line 26 class AcceptQualificationRequestRequest < Struct.new( :qualification_request_id, :integer_value) SENSITIVE = [] include Aws::Structure end |
#qualification_request_id ⇒ String
The ID of the Qualification request, as returned by the ‘GetQualificationRequests` operation.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-mturk/types.rb', line 26 class AcceptQualificationRequestRequest < Struct.new( :qualification_request_id, :integer_value) SENSITIVE = [] include Aws::Structure end |