Class: Aws::MTurk::Types::DisassociateQualificationFromWorkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::DisassociateQualificationFromWorkerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#qualification_type_id ⇒ String
The ID of the Qualification type of the Qualification to be revoked.
-
#reason ⇒ String
A text message that explains why the Qualification was revoked.
-
#worker_id ⇒ String
The ID of the Worker who possesses the Qualification to be revoked.
Instance Attribute Details
#qualification_type_id ⇒ String
The ID of the Qualification type of the Qualification to be revoked.
822 823 824 825 826 827 828 |
# File 'lib/aws-sdk-mturk/types.rb', line 822 class DisassociateQualificationFromWorkerRequest < Struct.new( :worker_id, :qualification_type_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
822 823 824 825 826 827 828 |
# File 'lib/aws-sdk-mturk/types.rb', line 822 class DisassociateQualificationFromWorkerRequest < Struct.new( :worker_id, :qualification_type_id, :reason) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The ID of the Worker who possesses the Qualification to be revoked.
822 823 824 825 826 827 828 |
# File 'lib/aws-sdk-mturk/types.rb', line 822 class DisassociateQualificationFromWorkerRequest < Struct.new( :worker_id, :qualification_type_id, :reason) SENSITIVE = [] include Aws::Structure end |