Struct rusoto_mturk::ListReviewPolicyResultsForHITResponse[][src]

pub struct ListReviewPolicyResultsForHITResponse {
    pub assignment_review_policy: Option<ReviewPolicy>,
    pub assignment_review_report: Option<ReviewReport>,
    pub hit_id: Option<String>,
    pub hit_review_policy: Option<ReviewPolicy>,
    pub hit_review_report: Option<ReviewReport>,
    pub next_token: Option<String>,
}

Fields

The name of the Assignment-level Review Policy. This contains only the PolicyName element.

Contains both ReviewResult and ReviewAction elements for an Assignment.

The HITId of the HIT for which results have been returned.

The name of the HIT-level Review Policy. This contains only the PolicyName element.

Contains both ReviewResult and ReviewAction elements for a particular HIT.

Trait Implementations

impl Default for ListReviewPolicyResultsForHITResponse
[src]

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

impl Debug for ListReviewPolicyResultsForHITResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListReviewPolicyResultsForHITResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListReviewPolicyResultsForHITResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations