Struct rusoto_swf::ActivityTaskCancelRequestedEventAttributes [] [src]

pub struct ActivityTaskCancelRequestedEventAttributes {
    pub activity_id: String,
    pub decision_task_completed_event_id: i64,
}

Provides details of the ActivityTaskCancelRequested event.

Fields

The unique ID of the task.

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. 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 ActivityTaskCancelRequestedEventAttributes
[src]

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

impl Debug for ActivityTaskCancelRequestedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for ActivityTaskCancelRequestedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more