You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetFileUploadURLRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  assignment_id: "EntityId", # required
  question_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

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

Returns:

  • (String)

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

#question_identifierString

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

Returns:

  • (String)

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