Class: Aws::MTurk::Types::GetFileUploadURLRequest

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

#assignment_idString

The ID of the assignment that contains the question with a FileUploadAnswer.

Returns:

  • (String)


899
900
901
902
903
904
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 899

class GetFileUploadURLRequest < Struct.new(
  :assignment_id,
  :question_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#question_identifierString

The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.

Returns:

  • (String)


899
900
901
902
903
904
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 899

class GetFileUploadURLRequest < Struct.new(
  :assignment_id,
  :question_identifier)
  SENSITIVE = []
  include Aws::Structure
end