Struct rusoto_mturk::DeleteWorkerBlockRequest [] [src]

pub struct DeleteWorkerBlockRequest {
    pub reason: Option<String>,
    pub worker_id: String,
}

Fields

A message that explains the reason for unblocking the Worker. The Worker does not see this message.

The ID of the Worker to unblock.

Trait Implementations

impl Default for DeleteWorkerBlockRequest
[src]

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

impl Debug for DeleteWorkerBlockRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteWorkerBlockRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more