Struct rusoto_stepfunctions::SendTaskHeartbeatInput [] [src]

pub struct SendTaskHeartbeatInput {
    pub task_token: String,
}

Fields

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 SendTaskHeartbeatInput
[src]

[src]

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

impl Debug for SendTaskHeartbeatInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendTaskHeartbeatInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations