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.
6402 6403 6404 6405 6406 6407 6408 6409 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6402 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.
6402 6403 6404 6405 6406 6407 6408 6409 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6402 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.
6402 6403 6404 6405 6406 6407 6408 6409 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6402 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.
6402 6403 6404 6405 6406 6407 6408 6409 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6402 class PullRequestSourceReferenceUpdatedEventMetadata < Struct.new( :repository_name, :before_commit_id, :after_commit_id, :merge_base) SENSITIVE = [] include Aws::Structure end |