Class: Aws::CodeGuruReviewer::Types::Repository
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::Repository
- Defined in:
- gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb
Overview
Information about an associated Amazon Web Services CodeCommit
repository or an associated repository that is managed by Amazon Web
Services CodeStar Connections (for example, Bitbucket). This
Repository
object is not used if your source code is in an
associated GitHub repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bitbucket ⇒ Types::ThirdPartySourceRepository
Information about a Bitbucket repository.
-
#code_commit ⇒ Types::CodeCommitRepository
Information about an Amazon Web Services CodeCommit repository.
-
#git_hub_enterprise_server ⇒ Types::ThirdPartySourceRepository
Information about a GitHub Enterprise Server repository.
-
#s3_bucket ⇒ Types::S3Repository
Information about a repository in an S3 bucket.
Instance Attribute Details
#bitbucket ⇒ Types::ThirdPartySourceRepository
Information about a Bitbucket repository.
1420 1421 1422 1423 1424 1425 1426 1427 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1420 class Repository < Struct.new( :code_commit, :bitbucket, :git_hub_enterprise_server, :s3_bucket) SENSITIVE = [] include Aws::Structure end |
#code_commit ⇒ Types::CodeCommitRepository
Information about an Amazon Web Services CodeCommit repository.
1420 1421 1422 1423 1424 1425 1426 1427 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1420 class Repository < Struct.new( :code_commit, :bitbucket, :git_hub_enterprise_server, :s3_bucket) SENSITIVE = [] include Aws::Structure end |
#git_hub_enterprise_server ⇒ Types::ThirdPartySourceRepository
Information about a GitHub Enterprise Server repository.
1420 1421 1422 1423 1424 1425 1426 1427 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1420 class Repository < Struct.new( :code_commit, :bitbucket, :git_hub_enterprise_server, :s3_bucket) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ Types::S3Repository
Information about a repository in an S3 bucket.
1420 1421 1422 1423 1424 1425 1426 1427 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1420 class Repository < Struct.new( :code_commit, :bitbucket, :git_hub_enterprise_server, :s3_bucket) SENSITIVE = [] include Aws::Structure end |