Struct rusoto_swf::MarkerRecordedEventAttributes [] [src]

pub struct MarkerRecordedEventAttributes {
    pub decision_task_completed_event_id: i64,
    pub details: Option<String>,
    pub marker_name: String,
}

Provides details of the MarkerRecorded event.

Fields

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Details of the marker (if any).

The name of the marker.

Trait Implementations

impl Default for MarkerRecordedEventAttributes
[src]

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

impl Debug for MarkerRecordedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for MarkerRecordedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more