Class: Aws::MTurk::Types::GetQualificationScoreResponse

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

#qualificationTypes::Qualification

The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).



967
968
969
970
971
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 967

class GetQualificationScoreResponse < Struct.new(
  :qualification)
  SENSITIVE = []
  include Aws::Structure
end