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 DescribeStateMachineForExecution operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeStateMachineForExecutionResponse : AmazonWebServiceResponse

The DescribeStateMachineForExecutionResponse type exposes the following members

Constructors

Properties

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

Gets and sets the property Definition.

The Amazon States Language definition of the state machine. See Amazon States Language.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Label System.String

Gets and sets the property Label.

A user-defined or an auto-generated string that identifies a Map state. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.

Public Property LoggingConfiguration Amazon.StepFunctions.Model.LoggingConfiguration

Gets and sets the property LoggingConfiguration.

Public Property MapRunArn System.String

Gets and sets the property MapRunArn.

The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.

Public Property Name System.String

Gets and sets the property Name.

The name of the state machine associated with the execution.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RevisionId System.String

Gets and sets the property RevisionId.

The revision identifier for the state machine. The first revision ID when you create the state machine is null.

Use the state machine revisionId parameter to compare the revision of a state machine with the configuration of the state machine used for executions without performing a diff of the properties, such as definition and roleArn.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

Public Property StateMachineArn System.String

Gets and sets the property StateMachineArn.

The Amazon Resource Name (ARN) of the state machine associated with the execution.

Public Property TracingConfiguration Amazon.StepFunctions.Model.TracingConfiguration

Gets and sets the property TracingConfiguration.

Selects whether X-Ray tracing is enabled.

Public Property UpdateDate System.DateTime

Gets and sets the property UpdateDate.

The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5