class Aws::CodeCommit::Types::Target

Returns information about a target for a pull request.

@note When making an API call, you may pass Target

data as a hash:

    {
      repository_name: "RepositoryName", # required
      source_reference: "ReferenceName", # required
      destination_reference: "ReferenceName",
    }

@!attribute [rw] repository_name

The name of the repository that contains the pull request.
@return [String]

@!attribute [rw] source_reference

The branch of the repository that contains the changes for the pull
request. Also known as the source branch.
@return [String]

@!attribute [rw] destination_reference

The branch of the repository where the pull request changes are
merged. Also known as the destination branch.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/Target AWS API Documentation

Constants

SENSITIVE