You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ArtifactRevision

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents revision details of an artifact.

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

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

Returns:

  • (Time)

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

#nameString

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

Returns:

  • (String)

    The name of an artifact.

#revision_change_identifierString

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

Returns:

  • (String)

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

#revision_idString

The revision ID of the artifact.

Returns:

  • (String)

    The revision ID of the artifact.

#revision_summaryString

Summary information about the most recent revision of the artifact. For GitHub and AWS 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.

Returns:

  • (String)

    Summary information about the most recent revision of the artifact.

#revision_urlString

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

Returns:

  • (String)

    The commit ID for the artifact revision.