Struct rusoto_stepfunctions::GetActivityTaskInput [] [src]

pub struct GetActivityTaskInput {
    pub activity_arn: String,
    pub worker_name: Option<String>,
}

Fields

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

Trait Implementations

impl Default for GetActivityTaskInput
[src]

[src]

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

impl Debug for GetActivityTaskInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetActivityTaskInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations