Class: Aws::MTurk::Types::GetAssignmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::GetAssignmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment ⇒ Types::Assignment
The assignment.
-
#hit ⇒ Types::HIT
The HIT associated with this assignment.
Instance Attribute Details
#assignment ⇒ Types::Assignment
The assignment. The response includes one Assignment element.
880 881 882 883 884 885 |
# File 'lib/aws-sdk-mturk/types.rb', line 880 class GetAssignmentResponse < Struct.new( :assignment, :hit) SENSITIVE = [] include Aws::Structure end |
#hit ⇒ Types::HIT
The HIT associated with this assignment. The response includes one HIT element.
880 881 882 883 884 885 |
# File 'lib/aws-sdk-mturk/types.rb', line 880 class GetAssignmentResponse < Struct.new( :assignment, :hit) SENSITIVE = [] include Aws::Structure end |