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 GetActivityTaskOutput$taskToken).

Trait Implementations

impl Default for SendTaskSuccessInput
[src]

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

impl Debug for SendTaskSuccessInput
[src]

Formats the value using the given formatter. Read more

impl Clone for SendTaskSuccessInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SendTaskSuccessInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations