Struct rusoto_swf::ActivityTaskStartedEventAttributes [] [src]

pub struct ActivityTaskStartedEventAttributes {
    pub identity: Option<String>,
    pub scheduled_event_id: i64,
}

Provides details of the ActivityTaskStarted event.

Fields

Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Trait Implementations

impl Default for ActivityTaskStartedEventAttributes
[src]

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

impl Debug for ActivityTaskStartedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for ActivityTaskStartedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more