StartSyncExecutionOutput class

Constructors

StartSyncExecutionOutput({required String executionArn, required DateTime startDate, required SyncExecutionStatus status, required DateTime stopDate, BillingDetails? billingDetails, String? cause, String? error, String? input, CloudWatchEventsExecutionDataDetails? inputDetails, String? name, String? output, CloudWatchEventsExecutionDataDetails? outputDetails, String? stateMachineArn, String? traceHeader})
StartSyncExecutionOutput.fromJson(Map<String, dynamic> json)
factory

Properties

billingDetails BillingDetails?
An object that describes workflow billing details, including billed duration and memory use.
final
cause String?
A more detailed explanation of the cause of the failure.
final
error String?
The error code of the failure.
final
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) that identifies the state machine.
final
status SyncExecutionStatus
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