Class: Aws::MTurk::Types::GetFileUploadURLResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mturk/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#file_upload_urlString

A temporary URL for the file that the Worker uploaded for the answer.

Returns:

  • (String)


1139
1140
1141
1142
# File 'lib/aws-sdk-mturk/types.rb', line 1139

class GetFileUploadURLResponse < Struct.new(
  :file_upload_url)
  include Aws::Structure
end