Struct rusoto_stepfunctions::ActivityStartedEventDetails [] [src]

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

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]

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

impl Debug for ActivityStartedEventDetails
[src]

Formats the value using the given formatter.

impl Clone for ActivityStartedEventDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more