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 the version (or revision) of a source artifact that initiated a pipeline execution.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.SourceRevision

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

Syntax

C#
public class SourceRevision

The SourceRevision type exposes the following members

Constructors

NameDescription
Public Method SourceRevision()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action that processed the revision to the source artifact.

Public Property RevisionId System.String

Gets and sets the property RevisionId.

The system-generated unique ID that identifies the revision number of the artifact.

Public Property RevisionSummary System.String

Gets and sets the property RevisionSummary.

Summary information about the most recent revision of the artifact. For GitHub and CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a codepipeline-artifact-revision-summary key specified in the object metadata.

Public Property RevisionUrl System.String

Gets and sets the property RevisionUrl.

The commit ID for the artifact revision. For artifacts stored in GitHub or CodeCommit repositories, the commit ID is linked to a commit details page.

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