You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeGuruReviewer::Types::RepositoryAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::RepositoryAnalysis
- Defined in:
- (unknown)
Overview
Note:
When passing RepositoryAnalysis as input to an Aws::Client method, you can use a vanilla Hash:
{
repository_head: { # required
branch_name: "BranchName", # required
},
}
A code review type that analyzes all code under a specified branch in an associated respository. The assocated repository is specified using its ARN when you call CreateCodeReview .
Returned by:
Instance Attribute Summary collapse
-
#repository_head ⇒ Types::RepositoryHeadSourceCodeType
A [
SourceCodeType][1] that specifies the tip of a branch in an associated repository.
Instance Attribute Details
#repository_head ⇒ Types::RepositoryHeadSourceCodeType
A SourceCodeType that specifies the tip of a branch in an
associated repository.