Struct aws_sdk_swf::model::MarkerRecordedEventAttributes
source · #[non_exhaustive]pub struct MarkerRecordedEventAttributes { /* private fields */ }
Expand description
Provides the details of the MarkerRecorded
event.
Implementations§
source§impl MarkerRecordedEventAttributes
impl MarkerRecordedEventAttributes
sourcepub fn marker_name(&self) -> Option<&str>
pub fn marker_name(&self) -> Option<&str>
The name of the marker.
sourcepub fn decision_task_completed_event_id(&self) -> i64
pub fn decision_task_completed_event_id(&self) -> i64
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.
source§impl MarkerRecordedEventAttributes
impl MarkerRecordedEventAttributes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MarkerRecordedEventAttributes
.
Trait Implementations§
source§impl Clone for MarkerRecordedEventAttributes
impl Clone for MarkerRecordedEventAttributes
source§fn clone(&self) -> MarkerRecordedEventAttributes
fn clone(&self) -> MarkerRecordedEventAttributes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<MarkerRecordedEventAttributes> for MarkerRecordedEventAttributes
impl PartialEq<MarkerRecordedEventAttributes> for MarkerRecordedEventAttributes
source§fn eq(&self, other: &MarkerRecordedEventAttributes) -> bool
fn eq(&self, other: &MarkerRecordedEventAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.