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
show all
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

Instance Attribute Details

#repository_headTypes::RepositoryHeadSourceCodeType

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

Returns: