Class: Aws::Types::Repository
- Inherits:
-
Object
- Object
- Aws::Types::Repository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitbucket ⇒ Types::ThirdPartySourceRepository
Returns the value of attribute bitbucket.
-
#code_commit ⇒ Types::CodeCommitRepository
Returns the value of attribute code_commit.
-
#git_hub_enterprise_server ⇒ Types::ThirdPartySourceRepository
Returns the value of attribute git_hub_enterprise_server.
-
#s3_bucket ⇒ Types::S3Repository
Returns the value of attribute s3_bucket.
Instance Attribute Details
#bitbucket ⇒ Types::ThirdPartySourceRepository
Returns the value of attribute bitbucket.
305 306 307 |
# File 'sig/types.rbs', line 305 def bitbucket @bitbucket end |
#code_commit ⇒ Types::CodeCommitRepository
Returns the value of attribute code_commit.
304 305 306 |
# File 'sig/types.rbs', line 304 def code_commit @code_commit end |
#git_hub_enterprise_server ⇒ Types::ThirdPartySourceRepository
Returns the value of attribute git_hub_enterprise_server.
306 307 308 |
# File 'sig/types.rbs', line 306 def git_hub_enterprise_server @git_hub_enterprise_server end |
#s3_bucket ⇒ Types::S3Repository
Returns the value of attribute s3_bucket.
307 308 309 |
# File 'sig/types.rbs', line 307 def s3_bucket @s3_bucket end |