Struct rusoto_mturk::ListBonusPaymentsRequest [] [src]

pub struct ListBonusPaymentsRequest {
    pub assignment_id: Option<String>,
    pub hit_id: Option<String>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

Pagination token

Trait Implementations

impl Default for ListBonusPaymentsRequest
[src]

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

impl Debug for ListBonusPaymentsRequest
[src]

Formats the value using the given formatter.

impl Clone for ListBonusPaymentsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more