Struct rusoto_stepfunctions::SendTaskSuccessInput [] [src]

pub struct SendTaskSuccessInput {
    pub output: String,
    pub task_token: String,
}

Fields

The JSON output of the task.

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

Trait Implementations

impl Default for SendTaskSuccessInput
[src]

[src]

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

impl Debug for SendTaskSuccessInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendTaskSuccessInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations