Class: Aws::CodeGuruReviewer::Types::CodeCommitRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::CodeCommitRepository
- 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
-
#name ⇒ String
The name of the Amazon Web Services CodeCommit repository.
Instance Attribute Details
#name ⇒ String
The name of the Amazon Web Services CodeCommit repository. For more information, see [repositoryName] in the *Amazon Web Services CodeCommit API Reference*.
175 176 177 178 179 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 175 class CodeCommitRepository < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |