You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::States::Types::HistoryEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::HistoryEvent
- Defined in:
- (unknown)
Overview
Contains details about the events of an execution.
Instance Attribute Summary collapse
-
#activity_failed_event_details ⇒ Types::ActivityFailedEventDetails
Contains details about an activity that failed during an execution.
.
-
#activity_schedule_failed_event_details ⇒ Types::ActivityScheduleFailedEventDetails
Contains details about an activity schedule event that failed during an execution.
-
#activity_scheduled_event_details ⇒ Types::ActivityScheduledEventDetails
Contains details about an activity scheduled during an execution.
.
-
#activity_started_event_details ⇒ Types::ActivityStartedEventDetails
Contains details about the start of an activity during an execution.
.
-
#activity_succeeded_event_details ⇒ Types::ActivitySucceededEventDetails
Contains details about an activity that successfully terminated during an execution.
.
-
#activity_timed_out_event_details ⇒ Types::ActivityTimedOutEventDetails
Contains details about an activity timeout that occurred during an execution.
.
-
#execution_aborted_event_details ⇒ Types::ExecutionAbortedEventDetails
Contains details about an abort of an execution.
.
-
#execution_failed_event_details ⇒ Types::ExecutionFailedEventDetails
Contains details about an execution failure event.
.
-
#execution_started_event_details ⇒ Types::ExecutionStartedEventDetails
Contains details about the start of the execution.
.
-
#execution_succeeded_event_details ⇒ Types::ExecutionSucceededEventDetails
Contains details about the successful termination of the execution.
.
-
#execution_timed_out_event_details ⇒ Types::ExecutionTimedOutEventDetails
Contains details about the execution timeout that occurred during the execution.
.
-
#id ⇒ Integer
The id of the event.
-
#lambda_function_failed_event_details ⇒ Types::LambdaFunctionFailedEventDetails
Contains details about a lambda function that failed during an execution.
.
-
#lambda_function_schedule_failed_event_details ⇒ Types::LambdaFunctionScheduleFailedEventDetails
Contains details about a failed lambda function schedule event that occurred during an execution.
.
-
#lambda_function_scheduled_event_details ⇒ Types::LambdaFunctionScheduledEventDetails
Contains details about a lambda function scheduled during an execution.
.
-
#lambda_function_start_failed_event_details ⇒ Types::LambdaFunctionStartFailedEventDetails
Contains details about a lambda function that failed to start during an execution.
-
#lambda_function_succeeded_event_details ⇒ Types::LambdaFunctionSucceededEventDetails
Contains details about a lambda function that terminated successfully during an execution.
-
#lambda_function_timed_out_event_details ⇒ Types::LambdaFunctionTimedOutEventDetails
Contains details about a lambda function timeout that occurred during an execution.
.
-
#map_iteration_aborted_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that was aborted.
-
#map_iteration_failed_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that failed.
-
#map_iteration_started_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that was started.
-
#map_iteration_succeeded_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that succeeded.
-
#map_state_started_event_details ⇒ Types::MapStateStartedEventDetails
Contains details about Map state that was started.
-
#previous_event_id ⇒ Integer
The id of the previous event.
-
#state_entered_event_details ⇒ Types::StateEnteredEventDetails
Contains details about a state entered during an execution.
.
-
#state_exited_event_details ⇒ Types::StateExitedEventDetails
Contains details about an exit from a state during an execution.
.
-
#task_failed_event_details ⇒ Types::TaskFailedEventDetails
Contains details about the failure of a task.
-
#task_scheduled_event_details ⇒ Types::TaskScheduledEventDetails
Contains details about a task that was scheduled.
-
#task_start_failed_event_details ⇒ Types::TaskStartFailedEventDetails
Contains details about a task that failed to start.
-
#task_started_event_details ⇒ Types::TaskStartedEventDetails
Contains details about a task that was started.
-
#task_submit_failed_event_details ⇒ Types::TaskSubmitFailedEventDetails
Contains details about a task that where the submit failed.
-
#task_submitted_event_details ⇒ Types::TaskSubmittedEventDetails
Contains details about a submitted task.
-
#task_succeeded_event_details ⇒ Types::TaskSucceededEventDetails
Contains details about a task that succeeded.
-
#task_timed_out_event_details ⇒ Types::TaskTimedOutEventDetails
Contains details about a task that timed out.
-
#timestamp ⇒ Time
The date and time the event occurred.
-
#type ⇒ String
The type of the event.
Instance Attribute Details
#activity_failed_event_details ⇒ Types::ActivityFailedEventDetails
Contains details about an activity that failed during an execution.
#activity_schedule_failed_event_details ⇒ Types::ActivityScheduleFailedEventDetails
Contains details about an activity schedule event that failed during an execution.
#activity_scheduled_event_details ⇒ Types::ActivityScheduledEventDetails
Contains details about an activity scheduled during an execution.
#activity_started_event_details ⇒ Types::ActivityStartedEventDetails
Contains details about the start of an activity during an execution.
#activity_succeeded_event_details ⇒ Types::ActivitySucceededEventDetails
Contains details about an activity that successfully terminated during an execution.
#activity_timed_out_event_details ⇒ Types::ActivityTimedOutEventDetails
Contains details about an activity timeout that occurred during an execution.
#execution_aborted_event_details ⇒ Types::ExecutionAbortedEventDetails
Contains details about an abort of an execution.
#execution_failed_event_details ⇒ Types::ExecutionFailedEventDetails
Contains details about an execution failure event.
#execution_started_event_details ⇒ Types::ExecutionStartedEventDetails
Contains details about the start of the execution.
#execution_succeeded_event_details ⇒ Types::ExecutionSucceededEventDetails
Contains details about the successful termination of the execution.
#execution_timed_out_event_details ⇒ Types::ExecutionTimedOutEventDetails
Contains details about the execution timeout that occurred during the execution.
#id ⇒ Integer
The id of the event. Events are numbered sequentially, starting at one.
#lambda_function_failed_event_details ⇒ Types::LambdaFunctionFailedEventDetails
Contains details about a lambda function that failed during an execution.
#lambda_function_schedule_failed_event_details ⇒ Types::LambdaFunctionScheduleFailedEventDetails
Contains details about a failed lambda function schedule event that occurred during an execution.
#lambda_function_scheduled_event_details ⇒ Types::LambdaFunctionScheduledEventDetails
Contains details about a lambda function scheduled during an execution.
#lambda_function_start_failed_event_details ⇒ Types::LambdaFunctionStartFailedEventDetails
Contains details about a lambda function that failed to start during an execution.
#lambda_function_succeeded_event_details ⇒ Types::LambdaFunctionSucceededEventDetails
Contains details about a lambda function that terminated successfully during an execution.
#lambda_function_timed_out_event_details ⇒ Types::LambdaFunctionTimedOutEventDetails
Contains details about a lambda function timeout that occurred during an execution.
#map_iteration_aborted_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that was aborted.
#map_iteration_failed_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that failed.
#map_iteration_started_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that was started.
#map_iteration_succeeded_event_details ⇒ Types::MapIterationEventDetails
Contains details about an iteration of a Map state that succeeded.
#map_state_started_event_details ⇒ Types::MapStateStartedEventDetails
Contains details about Map state that was started.
#previous_event_id ⇒ Integer
The id of the previous event.
#state_entered_event_details ⇒ Types::StateEnteredEventDetails
Contains details about a state entered during an execution.
#state_exited_event_details ⇒ Types::StateExitedEventDetails
Contains details about an exit from a state during an execution.
#task_failed_event_details ⇒ Types::TaskFailedEventDetails
Contains details about the failure of a task.
#task_scheduled_event_details ⇒ Types::TaskScheduledEventDetails
Contains details about a task that was scheduled.
#task_start_failed_event_details ⇒ Types::TaskStartFailedEventDetails
Contains details about a task that failed to start.
#task_started_event_details ⇒ Types::TaskStartedEventDetails
Contains details about a task that was started.
#task_submit_failed_event_details ⇒ Types::TaskSubmitFailedEventDetails
Contains details about a task that where the submit failed.
#task_submitted_event_details ⇒ Types::TaskSubmittedEventDetails
Contains details about a submitted task.
#task_succeeded_event_details ⇒ Types::TaskSucceededEventDetails
Contains details about a task that succeeded.
#task_timed_out_event_details ⇒ Types::TaskTimedOutEventDetails
Contains details about a task that timed out.
#timestamp ⇒ Time
The date and time the event occurred.
#type ⇒ String
The type of the event.
Possible values:
- ActivityFailed
- ActivityScheduled
- ActivityScheduleFailed
- ActivityStarted
- ActivitySucceeded
- ActivityTimedOut
- ChoiceStateEntered
- ChoiceStateExited
- ExecutionAborted
- ExecutionFailed
- ExecutionStarted
- ExecutionSucceeded
- ExecutionTimedOut
- FailStateEntered
- LambdaFunctionFailed
- LambdaFunctionScheduled
- LambdaFunctionScheduleFailed
- LambdaFunctionStarted
- LambdaFunctionStartFailed
- LambdaFunctionSucceeded
- LambdaFunctionTimedOut
- MapIterationAborted
- MapIterationFailed
- MapIterationStarted
- MapIterationSucceeded
- MapStateAborted
- MapStateEntered
- MapStateExited
- MapStateFailed
- MapStateStarted
- MapStateSucceeded
- ParallelStateAborted
- ParallelStateEntered
- ParallelStateExited
- ParallelStateFailed
- ParallelStateStarted
- ParallelStateSucceeded
- PassStateEntered
- PassStateExited
- SucceedStateEntered
- SucceedStateExited
- TaskFailed
- TaskScheduled
- TaskStarted
- TaskStartFailed
- TaskStateAborted
- TaskStateEntered
- TaskStateExited
- TaskSubmitFailed
- TaskSubmitted
- TaskSucceeded
- TaskTimedOut
- WaitStateAborted
- WaitStateEntered
- WaitStateExited