[−][src]Struct rusoto_stepfunctions::HistoryEvent
Contains details about the events of an execution.
Fields
activity_failed_event_details: Option<ActivityFailedEventDetails>activity_schedule_failed_event_details: Option<ActivityScheduleFailedEventDetails>Contains details about an activity schedule event that failed during an execution.
activity_scheduled_event_details: Option<ActivityScheduledEventDetails>activity_started_event_details: Option<ActivityStartedEventDetails>activity_succeeded_event_details: Option<ActivitySucceededEventDetails>activity_timed_out_event_details: Option<ActivityTimedOutEventDetails>execution_aborted_event_details: Option<ExecutionAbortedEventDetails>execution_failed_event_details: Option<ExecutionFailedEventDetails>execution_started_event_details: Option<ExecutionStartedEventDetails>execution_succeeded_event_details: Option<ExecutionSucceededEventDetails>execution_timed_out_event_details: Option<ExecutionTimedOutEventDetails>id: i64The id of the event. Events are numbered sequentially, starting at one.
lambda_function_failed_event_details: Option<LambdaFunctionFailedEventDetails>lambda_function_schedule_failed_event_details: Option<LambdaFunctionScheduleFailedEventDetails>lambda_function_scheduled_event_details: Option<LambdaFunctionScheduledEventDetails>lambda_function_start_failed_event_details: Option<LambdaFunctionStartFailedEventDetails>Contains details about a lambda function that failed to start during an execution.
lambda_function_succeeded_event_details: Option<LambdaFunctionSucceededEventDetails>Contains details about a lambda function that terminated successfully during an execution.
lambda_function_timed_out_event_details: Option<LambdaFunctionTimedOutEventDetails>previous_event_id: Option<i64>The id of the previous event.
state_entered_event_details: Option<StateEnteredEventDetails>state_exited_event_details: Option<StateExitedEventDetails>task_failed_event_details: Option<TaskFailedEventDetails>Contains details about the failure of a task.
task_scheduled_event_details: Option<TaskScheduledEventDetails>Contains details about a task that was scheduled.
task_start_failed_event_details: Option<TaskStartFailedEventDetails>Contains details about a task that failed to start.
task_started_event_details: Option<TaskStartedEventDetails>Contains details about a task that was started.
task_submit_failed_event_details: Option<TaskSubmitFailedEventDetails>Contains details about a task that where the submit failed.
task_submitted_event_details: Option<TaskSubmittedEventDetails>Contains details about a submitted task.
task_succeeded_event_details: Option<TaskSucceededEventDetails>Contains details about a task that succeeded.
task_timed_out_event_details: Option<TaskTimedOutEventDetails>Contains details about a task that timed out.
timestamp: f64The date and time the event occurred.
type_: StringThe type of the event.
Trait Implementations
impl PartialEq<HistoryEvent> for HistoryEvent[src]
fn eq(&self, other: &HistoryEvent) -> bool[src]
fn ne(&self, other: &HistoryEvent) -> bool[src]
impl Default for HistoryEvent[src]
fn default() -> HistoryEvent[src]
impl Clone for HistoryEvent[src]
fn clone(&self) -> HistoryEvent[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for HistoryEvent[src]
impl<'de> Deserialize<'de> for HistoryEvent[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for HistoryEvent
impl Sync for HistoryEvent
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self