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

Class: Aws::CodeCommit::Types::PullRequestCreatedEventMetadata

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

Overview

Metadata about the pull request that is used when comparing the pull request source with its destination.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_commit_idString

The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

Returns:

  • (String)

    The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

#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 created.

Returns:

  • (String)

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

#source_commit_idString

The commit ID on the source branch used when the pull request was created.

Returns:

  • (String)

    The commit ID on the source branch used when the pull request was created.