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

Class: Aws::CodeCommit::Types::PullRequestSourceReferenceUpdatedEventMetadata

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

Overview

Information about an update to the source branch of a pull request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#after_commit_idString

The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

Returns:

  • (String)

    The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

#before_commit_idString

The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

Returns:

  • (String)

    The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

#merge_baseString

The commit ID of the most recent commit that the source branch and the destination branch have in common.

Returns:

  • (String)

    The commit ID of the most recent commit that the source branch and the destination branch have in common.

#repository_nameString

The name of the repository where the pull request was updated.

Returns:

  • (String)

    The name of the repository where the pull request was updated.