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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codegurureviewer/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Amazon Web Services CodeCommit repository. For more information, see [repositoryName] in the *Amazon Web Services CodeCommit API Reference*.

[1]: docs.aws.amazon.com/codecommit/latest/APIReference/API_GetRepository.html#CodeCommit-GetRepository-request-repositoryName

Returns:

  • (String)


175
176
177
178
179
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 175

class CodeCommitRepository < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end