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 an application revision.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.GenericRevisionInfo

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

Syntax

C#
public class GenericRevisionInfo : Object

The GenericRevisionInfo type exposes the following members

Constructors

NameDescription
Public Method GenericRevisionInfo()

Properties

NameTypeDescription
Public Property DeploymentGroups System.Collections.Generic.List<System.String> Gets and sets the property DeploymentGroups.

The deployment groups where this is the current target revision.

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

A comment about the revision.

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

When the revision was first used by AWS CodeDeploy.

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

When the revision was last used by AWS CodeDeploy.

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

When the revision was registered with AWS CodeDeploy.

Version Information

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