class Aws::CodeCommit::Types::Target
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/Target AWS API Documentation
@return [String]
merged. Also known as the destination branch.
The branch of the repository where the pull request changes are
@!attribute [rw] destination_reference
@return [String]
request. Also known as the source branch.
The branch of the repository that contains the changes for the pull
@!attribute [rw] source_reference
@return [String]
The name of the repository that contains the pull request.
@!attribute [rw] repository_name
}
destination_reference: “ReferenceName”,
source_reference: “ReferenceName”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass Target
Returns information about a target for a pull request.