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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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.



5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-codecommit/types.rb', line 5808

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

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



5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-codecommit/types.rb', line 5808

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

#merge_baseString

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



5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-codecommit/types.rb', line 5808

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

#repository_nameString

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



5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-codecommit/types.rb', line 5808

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