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

Class: Aws::CodeGuruReviewer::Types::CodeCommitRepository

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

Overview

Note:

When passing CodeCommitRepository as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "Name", # required
}

Information about an AWS CodeCommit repository. The CodeCommit repository must be in the same AWS Region and AWS account where its CodeGuru Reviewer code reviews are configured.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the AWS CodeCommit repository. For more information, see repositoryName in the AWS CodeCommit API Reference.

Returns:

  • (String)

    The name of the AWS CodeCommit repository.