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

Class: Aws::CodePipeline::Types::ActionRevision

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

Overview

Note:

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

{
  revision_id: "Revision", # required
  revision_change_id: "RevisionChangeIdentifier", # required
  created: Time.now, # required
}

Represents information about the version (or revision) of an action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

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

Returns:

  • (Time)

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

#revision_change_idString

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

Returns:

  • (String)

    The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

#revision_idString

The system-generated unique ID that identifies the revision number of the action.

Returns:

  • (String)

    The system-generated unique ID that identifies the revision number of the action.