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 DescribeMapRun operation.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class DescribeMapRunResponse : AmazonWebServiceResponse
The DescribeMapRunResponse type exposes the following members
Name | Description | |
---|---|---|
DescribeMapRunResponse() |
Name | Type | Description | |
---|---|---|---|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ExecutionArn | System.String |
Gets and sets the property ExecutionArn. The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started. |
|
ExecutionCounts | Amazon.StepFunctions.Model.MapRunExecutionCounts |
Gets and sets the property ExecutionCounts.
A JSON object that contains information about the total number of child workflow executions
for the Map Run, and the count of child workflow executions for each status, such
as |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ItemCounts | Amazon.StepFunctions.Model.MapRunItemCounts |
Gets and sets the property ItemCounts.
A JSON object that contains information about the total number of items, and the item
count for each processing status, such as |
|
MapRunArn | System.String |
Gets and sets the property MapRunArn. The Amazon Resource Name (ARN) that identifies a Map Run. |
|
MaxConcurrency | System.Int32 |
Gets and sets the property MaxConcurrency. The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time. |
|
RedriveCount | System.Int32 |
Gets and sets the property RedriveCount.
The number of times you've redriven a Map Run. If you have not yet redriven a Map
Run, the |
|
RedriveDate | System.DateTime |
Gets and sets the property RedriveDate.
The date a Map Run was last redriven. If you have not yet redriven a Map Run, the
|
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
StartDate | System.DateTime |
Gets and sets the property StartDate. The date when the Map Run was started. |
|
Status | Amazon.StepFunctions.MapRunStatus |
Gets and sets the property Status. The current status of the Map Run. |
|
StopDate | System.DateTime |
Gets and sets the property StopDate. The date when the Map Run was stopped. |
|
ToleratedFailureCount | System.Int64 |
Gets and sets the property ToleratedFailureCount. The maximum number of failed child workflow executions before the Map Run fails. |
|
ToleratedFailurePercentage | System.Single |
Gets and sets the property ToleratedFailurePercentage. The maximum percentage of failed child workflow executions before the Map Run fails. |
.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