AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.StepFunctions.Model.StartSyncExecutionResponse

Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z

Syntax

C#
public class StartSyncExecutionResponse : AmazonWebServiceResponse

The StartSyncExecutionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BillingDetails Amazon.StepFunctions.Model.BillingDetails

Gets and sets the property BillingDetails.

An object that describes workflow billing details, including billed duration and memory use.

Public Property Cause System.String

Gets and sets the property Cause.

A more detailed explanation of the cause of the failure.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Error System.String

Gets and sets the property Error.

The error code of the failure.

Public Property ExecutionArn System.String

Gets and sets the property ExecutionArn.

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

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property InputDetails Amazon.StepFunctions.Model.CloudWatchEventsExecutionDataDetails

Gets and sets the property InputDetails.

Public Property Name System.String

Gets and sets the property Name.

The name of the execution.

Public Property 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.

Public Property OutputDetails Amazon.StepFunctions.Model.CloudWatchEventsExecutionDataDetails

Gets and sets the property OutputDetails.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StartDate System.DateTime

Gets and sets the property StartDate.

The date the execution is started.

Public Property StateMachineArn System.String

Gets and sets the property StateMachineArn.

The Amazon Resource Name (ARN) that identifies the state machine.

Public Property Status Amazon.StepFunctions.SyncExecutionStatus

Gets and sets the property Status.

The current status of the execution.

Public Property StopDate System.DateTime

Gets and sets the property StopDate.

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

Public Property 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 X-Amzn-Trace-Id header from the HTTP request. Using the header is the preferred mechanism to identify a trace. StartExecution and StartSyncExecution API operations can also use traceHeader from the body of the request payload. If both sources are provided, Step Functions will use the header value (preferred) over the value in the request body.

Version Information

.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