Struct rusoto_swf::LambdaFunctionTimedOutEventAttributes [] [src]

pub struct LambdaFunctionTimedOutEventAttributes {
    pub scheduled_event_id: i64,
    pub started_event_id: i64,
    pub timeout_type: Option<String>,
}

Provides details for the LambdaFunctionTimedOut 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.

The ID of the LambdaFunctionStarted event recorded in the history.

The type of the timeout that caused this event.

Trait Implementations

impl Default for LambdaFunctionTimedOutEventAttributes
[src]

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

impl Debug for LambdaFunctionTimedOutEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for LambdaFunctionTimedOutEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more