Class: Aws::MTurk::Types::GetAssignmentResponse

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

#assignmentTypes::Assignment

The assignment. The response includes one Assignment element.

Returns:



880
881
882
883
884
885
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 880

class GetAssignmentResponse < Struct.new(
  :assignment,
  :hit)
  SENSITIVE = []
  include Aws::Structure
end

#hitTypes::HIT

The HIT associated with this assignment. The response includes one HIT element.

Returns:



880
881
882
883
884
885
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 880

class GetAssignmentResponse < Struct.new(
  :assignment,
  :hit)
  SENSITIVE = []
  include Aws::Structure
end