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 3.5
 
Information about an instance in a deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.InstanceSummary

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

Syntax

C#
public class InstanceSummary : Object

The InstanceSummary type exposes the following members

Constructors

NameDescription
Public Method InstanceSummary()

Properties

NameTypeDescription
Public Property DeploymentId System.String Gets and sets the property DeploymentId.

The deployment ID.

Public Property InstanceId System.String Gets and sets the property InstanceId.

The instance ID.

Public Property LastUpdatedAt System.DateTime Gets and sets the property LastUpdatedAt.

A timestamp indicating when the instance information was last updated.

Public Property LifecycleEvents System.Collections.Generic.List<Amazon.CodeDeploy.Model.LifecycleEvent> Gets and sets the property LifecycleEvents.

A list of lifecycle events for this instance.

Public Property Status Amazon.CodeDeploy.InstanceStatus Gets and sets the property Status.

The deployment status for this instance:

  • Pending: The deployment is pending for this instance.
  • In Progress: The deployment is in progress for this instance.
  • Succeeded: The deployment has succeeded for this instance.
  • Failed: The deployment has failed for this instance.
  • Skipped: The deployment has been skipped for this instance.
  • Unknown: The deployment status is unknown for this instance.

Version Information

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