Struct rusoto_mturk::ListWorkersWithQualificationTypeRequest [] [src]

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

Fields

Limit the number of results returned.

Pagination Token

The ID of the Qualification type of the Qualifications to return.

The status of the Qualifications to return. Can be Granted | Revoked.

Trait Implementations

impl Default for ListWorkersWithQualificationTypeRequest
[src]

[src]

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

impl Debug for ListWorkersWithQualificationTypeRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListWorkersWithQualificationTypeRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more