Class: Aws::CodeCommit::Types::PullRequestMergedStateChangedEventMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::PullRequestMergedStateChangedEventMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Returns information about the change in the merge state for a pull request event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_reference ⇒ String
The name of the branch that the pull request is merged into.
-
#merge_metadata ⇒ Types::MergeMetadata
Information about the merge state change event.
-
#repository_name ⇒ String
The name of the repository where the pull request was created.
Instance Attribute Details
#destination_reference ⇒ String
The name of the branch that the pull request is merged into.
5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5781 class PullRequestMergedStateChangedEventMetadata < Struct.new( :repository_name, :destination_reference, :merge_metadata) SENSITIVE = [] include Aws::Structure end |
#merge_metadata ⇒ Types::MergeMetadata
Information about the merge state change event.
5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5781 class PullRequestMergedStateChangedEventMetadata < Struct.new( :repository_name, :destination_reference, :merge_metadata) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository where the pull request was created.
5781 5782 5783 5784 5785 5786 5787 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5781 class PullRequestMergedStateChangedEventMetadata < Struct.new( :repository_name, :destination_reference, :merge_metadata) SENSITIVE = [] include Aws::Structure end |