Struct rusoto_swf::LambdaFunctionCompletedEventAttributes [] [src]

pub struct LambdaFunctionCompletedEventAttributes {
    pub result: Option<String>,
    pub scheduled_event_id: i64,
    pub started_event_id: i64,
}

Provides details for the LambdaFunctionCompleted event.

Fields

The result of the function execution (if any).

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.

The ID of the LambdaFunctionStarted event recorded in the history.

Trait Implementations

impl Default for LambdaFunctionCompletedEventAttributes
[src]

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

impl Debug for LambdaFunctionCompletedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for LambdaFunctionCompletedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more