class Aws::CodeCommit::Types::PullRequestTarget
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PullRequestTarget AWS API Documentation
@return [Types::MergeMetadata]
merge has been made.
Returns metadata about the state of the merge, including whether the
@!attribute [rw] merge_metadata
@return [String]
the destination branch have in common.
The commit ID of the most recent commit that the source branch and
@!attribute [rw] merge_base
@return [String]
new tip of the branch.
while the pull request is open, the commit ID changes to reflect the
the pull request. If the pull request branch is updated by a push
The full commit ID of the tip of the source branch used to create
@!attribute [rw] source_commit
@return [String]
is the commit where the pull request was or will be merged.
The full commit ID that is the tip of the destination branch. This
@!attribute [rw] destination_commit
@return [String]
merged. Also known as the destination branch.
The branch of the repository where the pull request changes are
@!attribute [rw] destination_reference
@return [String]
request. Also known as the source branch.
The branch of the repository that contains the changes for the pull
@!attribute [rw] source_reference
@return [String]
destination branches.
The name of the repository that contains the pull request source and
@!attribute [rw] repository_name
Returns information about a pull request target.