AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the StartSyncExecution operation.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class StartSyncExecutionResponse : AmazonWebServiceResponse
The StartSyncExecutionResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
StartSyncExecutionResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
BillingDetails | Amazon.StepFunctions.Model.BillingDetails |
Gets and sets the property BillingDetails. An object that describes workflow billing details, including billed duration and memory use. |
![]() |
Cause | System.String |
Gets and sets the property Cause. A more detailed explanation of the cause of the failure. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Error | System.String |
Gets and sets the property Error. The error code of the failure. |
![]() |
ExecutionArn | System.String |
Gets and sets the property ExecutionArn. The Amazon Resource Name (ARN) that identifies the execution. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Input | System.String |
Gets and sets the property Input. 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 | Amazon.StepFunctions.Model.CloudWatchEventsExecutionDataDetails |
Gets and sets the property InputDetails. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the execution. |
![]() |
Output | System.String |
Gets and sets the property Output. 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 | Amazon.StepFunctions.Model.CloudWatchEventsExecutionDataDetails |
Gets and sets the property OutputDetails. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
StartDate | System.DateTime |
Gets and sets the property StartDate. The date the execution is started. |
![]() |
StateMachineArn | System.String |
Gets and sets the property StateMachineArn. The Amazon Resource Name (ARN) that identifies the state machine. |
![]() |
Status | Amazon.StepFunctions.SyncExecutionStatus |
Gets and sets the property Status. The current status of the execution. |
![]() |
StopDate | System.DateTime |
Gets and sets the property StopDate. If the execution has already ended, the date the execution stopped. |
![]() |
TraceHeader | System.String |
Gets and sets the property TraceHeader. The X-Ray trace header that was passed to the execution.
For X-Ray traces, all Amazon Web Services services use the |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5