Class: Aws::CodeCommit::Types::PullRequestSourceReferenceUpdatedEventMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::PullRequestSourceReferenceUpdatedEventMetadata
- Defined in:
- gems/aws-sdk-codecommit/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
-
#after_commit_id ⇒ String
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.
-
#before_commit_id ⇒ String
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.
-
#merge_base ⇒ String
The commit ID of the most recent commit that the source branch and the destination branch have in common.
-
#repository_name ⇒ String
The name of the repository where the pull request was updated.
Instance Attribute Details
#after_commit_id ⇒ String
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.
5993 5994 5995 5996 5997 5998 5999 6000 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5993 class PullRequestSourceReferenceUpdatedEventMetadata < Struct.new( :repository_name, :before_commit_id, :after_commit_id, :merge_base) SENSITIVE = [] include Aws::Structure end |
#before_commit_id ⇒ String
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.
5993 5994 5995 5996 5997 5998 5999 6000 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5993 class PullRequestSourceReferenceUpdatedEventMetadata < Struct.new( :repository_name, :before_commit_id, :after_commit_id, :merge_base) SENSITIVE = [] include Aws::Structure end |
#merge_base ⇒ String
The commit ID of the most recent commit that the source branch and the destination branch have in common.
5993 5994 5995 5996 5997 5998 5999 6000 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5993 class PullRequestSourceReferenceUpdatedEventMetadata < Struct.new( :repository_name, :before_commit_id, :after_commit_id, :merge_base) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository where the pull request was updated.
5993 5994 5995 5996 5997 5998 5999 6000 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5993 class PullRequestSourceReferenceUpdatedEventMetadata < Struct.new( :repository_name, :before_commit_id, :after_commit_id, :merge_base) SENSITIVE = [] include Aws::Structure end |