Struct rusoto_mturk::ListReviewableHITsRequest [] [src]

pub struct ListReviewableHITsRequest {
    pub hit_type_id: Option<String>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub status: Option<String>,
}

Fields

The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered

Limit the number of results returned.

Pagination Token

Can be either Reviewable or Reviewing. Reviewable is the default value.

Trait Implementations

impl Default for ListReviewableHITsRequest
[src]

[src]

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

impl Debug for ListReviewableHITsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListReviewableHITsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more