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.

Information about an application revision.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.GenericRevisionInfo

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

Syntax

C#
public class GenericRevisionInfo

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 for which 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 CodeDeploy.

Public Property LastUsedTime System.DateTime

Gets and sets the property LastUsedTime.

When the revision was last used by CodeDeploy.

Public Property RegisterTime System.DateTime

Gets and sets the property RegisterTime.

When the revision was registered with CodeDeploy.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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