Class: Aws::Types::Repository

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitbucketTypes::ThirdPartySourceRepository

Returns the value of attribute bitbucket.



305
306
307
# File 'sig/types.rbs', line 305

def bitbucket
  @bitbucket
end

#code_commitTypes::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_serverTypes::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_bucketTypes::S3Repository

Returns the value of attribute s3_bucket.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def s3_bucket
  @s3_bucket
end