NAME
Paws::StepFunctions::HistoryEvent
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::StepFunctions::HistoryEvent object:
$service_obj->Method(Att1 => { ActivityFailedEventDetails => $value, ..., Type => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::StepFunctions::HistoryEvent object:
$result = $service_obj->Method(...);
$result->Att1->ActivityFailedEventDetails
DESCRIPTION
Contains details about the events of an execution.
ATTRIBUTES
ActivityFailedEventDetails => Paws::StepFunctions::ActivityFailedEventDetails
ActivityScheduledEventDetails => Paws::StepFunctions::ActivityScheduledEventDetails
ActivityScheduleFailedEventDetails => Paws::StepFunctions::ActivityScheduleFailedEventDetails
Contains details about an activity schedule event that failed during an execution.
ActivityStartedEventDetails => Paws::StepFunctions::ActivityStartedEventDetails
ActivitySucceededEventDetails => Paws::StepFunctions::ActivitySucceededEventDetails
ActivityTimedOutEventDetails => Paws::StepFunctions::ActivityTimedOutEventDetails
ExecutionAbortedEventDetails => Paws::StepFunctions::ExecutionAbortedEventDetails
ExecutionFailedEventDetails => Paws::StepFunctions::ExecutionFailedEventDetails
ExecutionStartedEventDetails => Paws::StepFunctions::ExecutionStartedEventDetails
ExecutionSucceededEventDetails => Paws::StepFunctions::ExecutionSucceededEventDetails
ExecutionTimedOutEventDetails => Paws::StepFunctions::ExecutionTimedOutEventDetails
REQUIRED Id => Int
The id of the event. Events are numbered sequentially, starting at one.
LambdaFunctionFailedEventDetails => Paws::StepFunctions::LambdaFunctionFailedEventDetails
LambdaFunctionScheduledEventDetails => Paws::StepFunctions::LambdaFunctionScheduledEventDetails
LambdaFunctionScheduleFailedEventDetails => Paws::StepFunctions::LambdaFunctionScheduleFailedEventDetails
LambdaFunctionStartFailedEventDetails => Paws::StepFunctions::LambdaFunctionStartFailedEventDetails
Contains details about a lambda function that failed to start during an execution.
LambdaFunctionSucceededEventDetails => Paws::StepFunctions::LambdaFunctionSucceededEventDetails
Contains details about a lambda function that terminated successfully during an execution.
LambdaFunctionTimedOutEventDetails => Paws::StepFunctions::LambdaFunctionTimedOutEventDetails
MapIterationAbortedEventDetails => Paws::StepFunctions::MapIterationEventDetails
Contains details about an iteration of a Map state that was aborted.
MapIterationFailedEventDetails => Paws::StepFunctions::MapIterationEventDetails
Contains details about an iteration of a Map state that failed.
MapIterationStartedEventDetails => Paws::StepFunctions::MapIterationEventDetails
Contains details about an iteration of a Map state that was started.
MapIterationSucceededEventDetails => Paws::StepFunctions::MapIterationEventDetails
Contains details about an iteration of a Map state that succeeded.
MapStateStartedEventDetails => Paws::StepFunctions::MapStateStartedEventDetails
Contains details about Map state that was started.
PreviousEventId => Int
The id of the previous event.
StateEnteredEventDetails => Paws::StepFunctions::StateEnteredEventDetails
StateExitedEventDetails => Paws::StepFunctions::StateExitedEventDetails
TaskFailedEventDetails => Paws::StepFunctions::TaskFailedEventDetails
Contains details about the failure of a task.
TaskScheduledEventDetails => Paws::StepFunctions::TaskScheduledEventDetails
Contains details about a task that was scheduled.
TaskStartedEventDetails => Paws::StepFunctions::TaskStartedEventDetails
Contains details about a task that was started.
TaskStartFailedEventDetails => Paws::StepFunctions::TaskStartFailedEventDetails
Contains details about a task that failed to start.
TaskSubmitFailedEventDetails => Paws::StepFunctions::TaskSubmitFailedEventDetails
Contains details about a task that where the submit failed.
TaskSubmittedEventDetails => Paws::StepFunctions::TaskSubmittedEventDetails
Contains details about a submitted task.
TaskSucceededEventDetails => Paws::StepFunctions::TaskSucceededEventDetails
Contains details about a task that succeeded.
TaskTimedOutEventDetails => Paws::StepFunctions::TaskTimedOutEventDetails
Contains details about a task that timed out.
REQUIRED Timestamp => Str
The date and time the event occurred.
REQUIRED Type => Str
The type of the event.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::StepFunctions
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues