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

Class: Aws::CodeGuruReviewer::Types::CommitDiffSourceCodeType

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

Overview

A type of SourceCodeType that specifies the commit diff for a pull request on an associated repository.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_commitString

The SHA of the destination commit used to generate a commit diff.

Returns:

  • (String)

    The SHA of the destination commit used to generate a commit diff.

#source_commitString

The SHA of the source commit used to generate a commit diff.

Returns:

  • (String)

    The SHA of the source commit used to generate a commit diff.