Struct rusoto_mturk::ListHITsForQualificationTypeRequest [] [src]

pub struct ListHITsForQualificationTypeRequest {
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub qualification_type_id: String,
}

Fields

Limit the number of results returned.

Pagination Token

The ID of the Qualification type to use when querying HITs.

Trait Implementations

impl Default for ListHITsForQualificationTypeRequest
[src]

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

impl Debug for ListHITsForQualificationTypeRequest
[src]

Formats the value using the given formatter.

impl Clone for ListHITsForQualificationTypeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more