NAME
Paws::StepFunctions::StartSyncExecutionOutput
ATTRIBUTES
BillingDetails => Paws::StepFunctions::BillingDetails
An object that describes workflow billing details, including billed duration and memory use.
Cause => Str
A more detailed explanation of the cause of the failure.
Error => Str
The error code of the failure.
REQUIRED ExecutionArn => Str
The Amazon Resource Name (ARN) that identifies the execution.
Input => Str
The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
InputDetails => Paws::StepFunctions::CloudWatchEventsExecutionDataDetails
Name => Str
The name of the execution.
Output => Str
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
This field is set only if the execution succeeds. If the execution fails, this field is null.
OutputDetails => Paws::StepFunctions::CloudWatchEventsExecutionDataDetails
REQUIRED StartDate => Str
The date the execution is started.
StateMachineArn => Str
The Amazon Resource Name (ARN) that identifies the state machine.
REQUIRED Status => Str
The current status of the execution.
Valid values are: "SUCCEEDED"
, "FAILED"
, "TIMED_OUT"
=head2 REQUIRED StopDate => Str
If the execution has already ended, the date the execution stopped.
TraceHeader => Str
The AWS X-Ray trace header that was passed to the execution.