Class: Aws::MTurk::Types::GetAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::GetAssignmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_id ⇒ String
The ID of the Assignment to be retrieved.
Instance Attribute Details
#assignment_id ⇒ String
The ID of the Assignment to be retrieved.
863 864 865 866 867 |
# File 'lib/aws-sdk-mturk/types.rb', line 863 class GetAssignmentRequest < Struct.new( :assignment_id) SENSITIVE = [] include Aws::Structure end |