DescribeExecutionOutput class

Constructors

DescribeExecutionOutput({required String executionArn, required DateTime startDate, required String stateMachineArn, required ExecutionStatus status, String? input, CloudWatchEventsExecutionDataDetails? inputDetails, String? name, String? output, CloudWatchEventsExecutionDataDetails? outputDetails, DateTime? stopDate, String? traceHeader})
DescribeExecutionOutput.fromJson(Map<String, dynamic> json)
factory

Properties

executionArn String
The Amazon Resource Name (ARN) that identifies the execution.
final
hashCode int
The hash code for this object.
no setterinherited
input String?
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.
final
inputDetails CloudWatchEventsExecutionDataDetails?
final
name String?
The name of the execution.
final
output String?
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
final
outputDetails CloudWatchEventsExecutionDataDetails?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
The date the execution is started.
final
stateMachineArn String
The Amazon Resource Name (ARN) of the executed stated machine.
final
status ExecutionStatus
The current status of the execution.
final
stopDate DateTime?
If the execution has already ended, the date the execution stopped.
final
traceHeader String?
The AWS X-Ray trace header that was passed to the execution.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited