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
- Struct
- Aws::CodePipeline::Types::CurrentRevision
- Defined in:
- (unknown)
Overview
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
-
#change_identifier ⇒ String
The change identifier for the current revision.
-
#created ⇒ Time
The date and time when the most recent revision of the artifact was created, in timestamp format.
-
#revision ⇒ String
The revision ID of the current version of an artifact.
-
#revision_summary ⇒ String
The summary of the most recent revision of the artifact.
Instance Attribute Details
#change_identifier ⇒ String
The change identifier for the current revision.
#created ⇒ Time
The date and time when the most recent revision of the artifact was created, in timestamp format.
#revision ⇒ String
The revision ID of the current version of an artifact.
#revision_summary ⇒ String
The summary of the most recent revision of the artifact.