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]

[src]

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

impl Debug for ListReviewPolicyResultsForHITResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListReviewPolicyResultsForHITResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations