AWS SDK Version 2 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.

.NET Framework 4.5
 
Information about the deployment status of the instances in the deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentOverview

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DeploymentOverview : Object

The DeploymentOverview type exposes the following members

Constructors

NameDescription
Public Method DeploymentOverview()

Properties

NameTypeDescription
Public Property Failed System.Int64 Gets and sets the property Failed.

The number of instances that have failed in the deployment.

Public Property InProgress System.Int64 Gets and sets the property InProgress.

The number of instances that are in progress in the deployment.

Public Property Pending System.Int64 Gets and sets the property Pending.

The number of instances that are pending in the deployment.

Public Property Skipped System.Int64 Gets and sets the property Skipped.

The number of instances that have been skipped in the deployment.

Public Property Succeeded System.Int64 Gets and sets the property Succeeded.

The number of instances that have succeeded in the deployment.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5