Class: Aws::MTurk::Types::GetFileUploadURLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::GetFileUploadURLResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_upload_url ⇒ String
A temporary URL for the file that the Worker uploaded for the answer.
Instance Attribute Details
#file_upload_url ⇒ String
A temporary URL for the file that the Worker uploaded for the answer.
913 914 915 916 917 |
# File 'lib/aws-sdk-mturk/types.rb', line 913 class GetFileUploadURLResponse < Struct.new( :file_upload_url) SENSITIVE = [] include Aws::Structure end |