Struct rusoto_swf::PollForActivityTaskInput [] [src]

pub struct PollForActivityTaskInput {
    pub domain: String,
    pub identity: Option<String>,
    pub task_list: TaskList,
}

Fields

The name of the domain that contains the task lists being polled.

Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

Specifies the task list to poll for activity tasks.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string quotarnquot.

Trait Implementations

impl Default for PollForActivityTaskInput
[src]

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

impl Debug for PollForActivityTaskInput
[src]

Formats the value using the given formatter.

impl Clone for PollForActivityTaskInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more