Method: Aws::CodeCommit::Types::PullRequestCreatedEventMetadata#merge_base

Defined in:
lib/aws-sdk-codecommit/types.rb

#merge_baseString

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

Returns:

  • (String)


5669
5670
5671
5672
5673
5674
5675
5676
# File 'lib/aws-sdk-codecommit/types.rb', line 5669

class  < Struct.new(
  :repository_name,
  :source_commit_id,
  :destination_commit_id,
  :merge_base)
  SENSITIVE = []
  include Aws::Structure
end