Class: Aws::MTurk::Types::DisassociateQualificationFromWorkerRequest

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

#qualification_type_idString

The ID of the Qualification type of the Qualification to be revoked.

Returns:

  • (String)


822
823
824
825
826
827
828
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 822

class DisassociateQualificationFromWorkerRequest < Struct.new(
  :worker_id,
  :qualification_type_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.

Returns:

  • (String)


822
823
824
825
826
827
828
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 822

class DisassociateQualificationFromWorkerRequest < Struct.new(
  :worker_id,
  :qualification_type_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idString

The ID of the Worker who possesses the Qualification to be revoked.

Returns:

  • (String)


822
823
824
825
826
827
828
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 822

class DisassociateQualificationFromWorkerRequest < Struct.new(
  :worker_id,
  :qualification_type_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end