class Aws::CodePipeline::Types::CurrentRevision

Represents information about a current revision.

@note When making an API call, you may pass CurrentRevision

data as a hash:

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

@!attribute [rw] revision

The revision ID of the current version of an artifact.
@return [String]

@!attribute [rw] change_identifier

The change identifier for the current revision.
@return [String]

@!attribute [rw] created

The date and time when the most recent revision of the artifact was
created, in timestamp format.
@return [Time]

@!attribute [rw] revision_summary

The summary of the most recent revision of the artifact.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/CurrentRevision AWS API Documentation

Constants

SENSITIVE