Struct rusoto_mturk::ListReviewPolicyResultsForHITRequest [] [src]

pub struct ListReviewPolicyResultsForHITRequest {
    pub hit_id: String,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub policy_levels: Option<Vec<String>>,
    pub retrieve_actions: Option<bool>,
    pub retrieve_results: Option<bool>,
}

Fields

The unique identifier of the HIT to retrieve review results for.

Limit the number of results returned.

Pagination token

The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.

Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.

Specify if the operation should retrieve a list of the results computed by the Review Policies.

Trait Implementations

impl Default for ListReviewPolicyResultsForHITRequest
[src]

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

impl Debug for ListReviewPolicyResultsForHITRequest
[src]

Formats the value using the given formatter.

impl Clone for ListReviewPolicyResultsForHITRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more