Class: Aws::CodeGuruReviewer::Types::S3BucketRepository

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

Overview

Information about an associated repository in an S3 bucket. The associated repository contains a source code .zip file and a build artifacts .zip file that contains .jar or .class files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::S3RepositoryDetails

An ‘S3RepositoryDetails` object that specifies the name of an S3 bucket and a `CodeArtifacts` object. The `CodeArtifacts` object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.



1841
1842
1843
1844
1845
1846
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1841

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

#nameString

The name of the repository when the ‘ProviderType` is `S3Bucket`.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1841

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