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.

The information about the number of requested, pending, and running tasks for a service revision.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.ServiceRevisionSummary

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

Syntax

C#
public class ServiceRevisionSummary

The ServiceRevisionSummary type exposes the following members

Constructors

NameDescription
Public Method ServiceRevisionSummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the service revision.

Public Property PendingTaskCount System.Int32

Gets and sets the property PendingTaskCount.

The number of pending tasks for the service revision.

Public Property RequestedTaskCount System.Int32

Gets and sets the property RequestedTaskCount.

The number of requested tasks for the service revision.

Public Property RunningTaskCount System.Int32

Gets and sets the property RunningTaskCount.

The number of running tasks for the service revision.

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