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 DescribeStateMachine operation.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class DescribeStateMachineResponse : AmazonWebServiceResponse
The DescribeStateMachineResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeStateMachineResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreationDate | System.DateTime |
Gets and sets the property CreationDate. The date the state machine is created.
For a state machine version, |
![]() |
Definition | System.String |
Gets and sets the property Definition. The Amazon States Language definition of the state machine. See Amazon States Language.
If called with |
![]() |
Description | System.String |
Gets and sets the property Description. The description of the state machine version. |
![]() |
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. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the state machine. A name must not contain:
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _. |
![]() |
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.
Use the |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn. The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to Amazon Web Services resources.) |
![]() |
StateMachineArn | System.String |
Gets and sets the property StateMachineArn. The Amazon Resource Name (ARN) that identifies the state machine.
If you specified a state machine version ARN in your request, the API returns the
version ARN. The version ARN is a combination of state machine ARN and the version
number separated by a colon (:). For example, |
![]() |
Status | Amazon.StepFunctions.StateMachineStatus |
Gets and sets the property Status. The current status of the state machine. |
![]() |
TracingConfiguration | Amazon.StepFunctions.Model.TracingConfiguration |
Gets and sets the property TracingConfiguration. Selects whether X-Ray tracing is enabled. |
![]() |
Type | Amazon.StepFunctions.StateMachineType |
Gets and sets the property Type.
The |
![]() |
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