Struct rusoto_mturk::CreateWorkerBlockRequest [] [src]

pub struct CreateWorkerBlockRequest {
    pub reason: String,
    pub worker_id: String,
}

Fields

A message explaining the reason for blocking the Worker. This parameter enables you to keep track of your Workers. The Worker does not see this message.

The ID of the Worker to block.

Trait Implementations

impl Default for CreateWorkerBlockRequest
[src]

[src]

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

impl Debug for CreateWorkerBlockRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateWorkerBlockRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more