Class: Aws::MTurk::Types::GetFileUploadURLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::GetFileUploadURLRequest
- 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 that contains the question with a FileUploadAnswer.
-
#question_identifier ⇒ String
The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.
Instance Attribute Details
#assignment_id ⇒ String
The ID of the assignment that contains the question with a FileUploadAnswer.
899 900 901 902 903 904 |
# File 'lib/aws-sdk-mturk/types.rb', line 899 class GetFileUploadURLRequest < Struct.new( :assignment_id, :question_identifier) SENSITIVE = [] include Aws::Structure end |
#question_identifier ⇒ String
The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.
899 900 901 902 903 904 |
# File 'lib/aws-sdk-mturk/types.rb', line 899 class GetFileUploadURLRequest < Struct.new( :assignment_id, :question_identifier) SENSITIVE = [] include Aws::Structure end |