The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::StepFunctions::DescribeExecutionOutput

ATTRIBUTES

REQUIRED ExecutionArn => Str

The Amazon Resource Name (ARN) that identifies the execution.

REQUIRED Input => Str

The string that contains the JSON input data of the execution.

Name => Str

The name of the execution.

A name must not contain:

  • white space

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

Output => Str

The JSON output data of the execution.

This field is set only if the execution succeeds. If the execution fails, this field is null.

REQUIRED StartDate => Str

The date the execution is started.

REQUIRED StateMachineArn => Str

The Amazon Resource Name (ARN) of the executed stated machine.

REQUIRED Status => Str

The current status of the execution.

Valid values are: "RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "ABORTED" =head2 StopDate => Str

If the execution has already ended, the date the execution stopped.

_request_id => Str