Method: Aws::CodeCommit::Types::PullRequestCreatedEventMetadata#merge_base
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#merge_base ⇒ String
The commit ID of the most recent commit that the source branch and the destination branch have in common.
5669 5670 5671 5672 5673 5674 5675 5676 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5669 class PullRequestCreatedEventMetadata < Struct.new( :repository_name, :source_commit_id, :destination_commit_id, :merge_base) SENSITIVE = [] include Aws::Structure end |