Struct rusoto_swf::LambdaFunctionStartedEventAttributes [] [src]

pub struct LambdaFunctionStartedEventAttributes {
    pub scheduled_event_id: i64,
}

Provides details for the LambdaFunctionStarted event.

Fields

The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionStartedEventAttributes
[src]

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

impl Debug for LambdaFunctionStartedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for LambdaFunctionStartedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more