Struct rusoto_mturk::ListBonusPaymentsResponse [] [src]

pub struct ListBonusPaymentsResponse {
    pub bonus_payments: Option<Vec<BonusPayment>>,
    pub next_token: Option<String>,
    pub num_results: Option<i64>,
}

Fields

A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.

The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.

Trait Implementations

impl Default for ListBonusPaymentsResponse
[src]

[src]

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

impl Debug for ListBonusPaymentsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListBonusPaymentsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations