Struct rusoto_stepfunctions::ActivityStartedEventDetails [] [src]

pub struct ActivityStartedEventDetails {
    pub worker_name: Option<String>,
}

Fields

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

Trait Implementations

impl Default for ActivityStartedEventDetails
[src]

[src]

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

impl Debug for ActivityStartedEventDetails
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ActivityStartedEventDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations