You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruReviewer::Types::SourceCodeType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Specifies the source code that is analyzed in a code review. A code review can analyze the source code that is specified using a pull request diff or a branch in an associated repository.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commit_diffTypes::CommitDiffSourceCodeType

A SourceCodeType that specifies a commit diff created by a pull request on an associated repository.

Returns:

#repository_headTypes::RepositoryHeadSourceCodeType

A SourceCodeType that specifies the tip of a branch in an associated repository.

Returns: