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

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeMapRunResponse : AmazonWebServiceResponse

The DescribeMapRunResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeMapRunResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property 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 failed and succeeded.

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

Public Property MapRunArn System.String

Gets and sets the property MapRunArn.

The Amazon Resource Name (ARN) that identifies a Map Run.

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

Public Property 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 redriveCount is 0. This count is only updated if you successfully redrive a Map Run.

Public Property 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 redriveDate is null.

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

Gets and sets the property StartDate.

The date when the Map Run was started.

Public Property Status Amazon.StepFunctions.MapRunStatus

Gets and sets the property Status.

The current status of the Map Run.

Public Property StopDate System.DateTime

Gets and sets the property StopDate.

The date when the Map Run was stopped.

Public Property ToleratedFailureCount System.Int64

Gets and sets the property ToleratedFailureCount.

The maximum number of failed child workflow executions before the Map Run fails.

Public Property ToleratedFailurePercentage System.Single

Gets and sets the property ToleratedFailurePercentage.

The maximum percentage of failed child workflow executions before the Map Run fails.

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