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

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

#file_upload_urlString

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

Returns:

  • (String)


913
914
915
916
917
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 913

class GetFileUploadURLResponse < Struct.new(
  :file_upload_url)
  SENSITIVE = []
  include Aws::Structure
end