Struct rusoto_swf::RespondActivityTaskCompletedInput [] [src]

pub struct RespondActivityTaskCompletedInput {
    pub result: Option<String>,
    pub task_token: String,
}

Fields

The result of the activity task. It is a free form string that is implementation specific.

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

Trait Implementations

impl Default for RespondActivityTaskCompletedInput
[src]

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

impl Debug for RespondActivityTaskCompletedInput
[src]

Formats the value using the given formatter.

impl Clone for RespondActivityTaskCompletedInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more