Method: Aws::CodeCommit::Types::Target#source_reference

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

#source_referenceString

The branch of the repository that contains the changes for the pull request. Also known as the source branch.

Returns:

  • (String)


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

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