class Aws::CodePipeline::Types::ActionRevision

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

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

data as a hash:

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

@!attribute [rw] revision_id

The system-generated unique ID that identifies the revision number
of the action.
@return [String]

@!attribute [rw] revision_change_id

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

@!attribute [rw] created

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

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

Constants

SENSITIVE