Method: Aws::CodeCommit::Types::Target#destination_reference

Defined in:
lib/aws-sdk-codecommit/types.rb

#destination_referenceString

The branch of the repository where the pull request changes are merged. Also known as the destination branch.

Returns:

  • (String)


6669
6670
6671
6672
6673
6674
6675
# File 'lib/aws-sdk-codecommit/types.rb', line 6669

class Target < Struct.new(
  :repository_name,
  :source_reference,
  :destination_reference)
  SENSITIVE = []
  include Aws::Structure
end