Struct rusoto_swf::ActivityTaskTimedOutEventAttributes [] [src]

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

Provides details of the ActivityTaskTimedOut event.

Fields

Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

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.

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

The type of the timeout that caused this event.

Trait Implementations

impl Default for ActivityTaskTimedOutEventAttributes
[src]

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

impl Debug for ActivityTaskTimedOutEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for ActivityTaskTimedOutEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more