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
- Struct
- Aws::CodeGuruReviewer::Types::CommitDiffSourceCodeType
- 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
-
#destination_commit ⇒ String
The SHA of the destination commit used to generate a commit diff.
-
#source_commit ⇒ String
The SHA of the source commit used to generate a commit diff.
Instance Attribute Details
#destination_commit ⇒ String
The SHA of the destination commit used to generate a commit diff.
#source_commit ⇒ String
The SHA of the source commit used to generate a commit diff.