Class: Aws::CodeCommit::Types::PullRequestSourceReferenceUpdatedEventMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::PullRequestSourceReferenceUpdatedEventMetadata
- 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
-
#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.
5812 5813 5814 5815 5816 5817 5818 5819 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5812 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.
5812 5813 5814 5815 5816 5817 5818 5819 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5812 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.
5812 5813 5814 5815 5816 5817 5818 5819 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5812 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.
5812 5813 5814 5815 5816 5817 5818 5819 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5812 class PullRequestSourceReferenceUpdatedEventMetadata < Struct.new( :repository_name, :before_commit_id, :after_commit_id, :merge_base) SENSITIVE = [] include Aws::Structure end |