class Aws::CodeGuruReviewer::Types::BranchDiffSourceCodeType

A type of [ `SourceCodeType` ][1] that specifies a code diff between a source and destination branch in an associated repository.

[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_SourceCodeType

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

data as a hash:

    {
      source_branch_name: "BranchName", # required
      destination_branch_name: "BranchName", # required
    }

@!attribute [rw] source_branch_name

The source branch for a diff in an associated repository.
@return [String]

@!attribute [rw] destination_branch_name

The destination branch for a diff in an associated repository.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/BranchDiffSourceCodeType AWS API Documentation

Constants

SENSITIVE