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.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class DescribeStateMachineForExecutionResponse : AmazonWebServiceResponse
The DescribeStateMachineForExecutionResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeStateMachineForExecutionResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Definition | System.String |
Gets and sets the property Definition. The Amazon States Language definition of the state machine. See Amazon States Language. |
![]() |
EncryptionConfiguration | Amazon.StepFunctions.Model.EncryptionConfiguration |
Gets and sets the property EncryptionConfiguration. Settings to configure server-side encryption. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Label | System.String |
Gets and sets the property Label.
A user-defined or an auto-generated string that identifies a |
![]() |
LoggingConfiguration | Amazon.StepFunctions.Model.LoggingConfiguration |
Gets and sets the property LoggingConfiguration. |
![]() |
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 |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the state machine associated with the execution. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
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 |
![]() |
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. |
![]() |
StateMachineArn | System.String |
Gets and sets the property StateMachineArn. The Amazon Resource Name (ARN) of the state machine associated with the execution. |
![]() |
TracingConfiguration | Amazon.StepFunctions.Model.TracingConfiguration |
Gets and sets the property TracingConfiguration. Selects whether X-Ray tracing is enabled. |
![]() |
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. |
![]() |
VariableReferences | System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
Gets and sets the property VariableReferences. A map of state name to a list of variables referenced by that state. States that do not use variable references will not be shown in the response. |
.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