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.

Represents information about a current revision.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.CurrentRevision

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

Syntax

C#
public class CurrentRevision

The CurrentRevision type exposes the following members

Constructors

NameDescription
Public Method CurrentRevision()

Properties

NameTypeDescription
Public Property ChangeIdentifier System.String

Gets and sets the property ChangeIdentifier.

The change identifier for the current revision.

Public Property Created System.DateTime

Gets and sets the property Created.

The date and time when the most recent revision of the artifact was created, in timestamp format.

Public Property Revision System.String

Gets and sets the property Revision.

The revision ID of the current version of an artifact.

Public Property RevisionSummary System.String

Gets and sets the property RevisionSummary.

The summary of the most recent revision of the artifact.

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