Struct rusoto_stepfunctions::GetActivityTaskOutput [] [src]

pub struct GetActivityTaskOutput {
    pub input: Option<String>,
    pub task_token: Option<String>,
}

Fields

The JSON input data for the task.

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

Trait Implementations

impl Default for GetActivityTaskOutput
[src]

[src]

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

impl Debug for GetActivityTaskOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetActivityTaskOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations