Struct rusoto_mturk::GetFileUploadURLRequest [] [src]

pub struct GetFileUploadURLRequest {
    pub assignment_id: String,
    pub question_identifier: String,
}

Fields

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

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

Trait Implementations

impl Default for GetFileUploadURLRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for GetFileUploadURLRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetFileUploadURLRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more