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 revision details of an artifact.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ArtifactRevision

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

Syntax

C#
public class ArtifactRevision

The ArtifactRevision type exposes the following members

Constructors

NameDescription
Public Method ArtifactRevision()

Properties

NameTypeDescription
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 Name System.String

Gets and sets the property Name.

The name of an artifact. This name might be system-generated, such as "MyApp", or defined by the user when an action is created.

Public Property RevisionChangeIdentifier System.String

Gets and sets the property RevisionChangeIdentifier.

An additional identifier for a revision, such as a commit date or, for artifacts stored in Amazon S3 buckets, the ETag value.

Public Property RevisionId System.String

Gets and sets the property RevisionId.

The revision ID 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