The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

PreviousEventId => Int

  The id of the previous event.

StateEnteredEventDetails => Paws::StepFunctions::StateEnteredEventDetails

StateExitedEventDetails => Paws::StepFunctions::StateExitedEventDetails

TaskFailedEventDetails => Paws::StepFunctions::TaskFailedEventDetails

TaskScheduledEventDetails => Paws::StepFunctions::TaskScheduledEventDetails

TaskStartedEventDetails => Paws::StepFunctions::TaskStartedEventDetails

TaskStartFailedEventDetails => Paws::StepFunctions::TaskStartFailedEventDetails

TaskSubmitFailedEventDetails => Paws::StepFunctions::TaskSubmitFailedEventDetails

TaskSubmittedEventDetails => Paws::StepFunctions::TaskSubmittedEventDetails

TaskSucceededEventDetails => Paws::StepFunctions::TaskSucceededEventDetails

TaskTimedOutEventDetails => Paws::StepFunctions::TaskTimedOutEventDetails

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