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

Class: Aws::CodePipeline::Types::CurrentRevision

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

Overview

Note:

When passing CurrentRevision as input to an Aws::Client method, you can use a vanilla Hash:

{
  revision: "Revision", # required
  change_identifier: "RevisionChangeIdentifier", # required
  created: Time.now,
  revision_summary: "RevisionSummary",
}

Represents information about a current revision.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#change_identifierString

The change identifier for the current revision.

Returns:

  • (String)

    The change identifier for the current revision.

#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.

#revisionString

The revision ID of the current version of an artifact.

Returns:

  • (String)

    The revision ID of the current version of an artifact.

#revision_summaryString

The summary of the most recent revision of the artifact.

Returns:

  • (String)

    The summary of the most recent revision of the artifact.