You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::PullRequestMergedStateChangedEventMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about the change in the merge state for a pull request event.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_referenceString

The name of the branch that the pull request is merged into.

Returns:

  • (String)

    The name of the branch that the pull request is merged into.

#merge_metadataTypes::MergeMetadata

Information about the merge state change event.

Returns:

#repository_nameString

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

Returns:

  • (String)

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