You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruReviewer::Types::Repository

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Repository as input to an Aws::Client method, you can use a vanilla Hash:

{
  code_commit: {
    name: "Name", # required
  },
  bitbucket: {
    name: "Name", # required
    connection_arn: "ConnectionArn", # required
    owner: "Owner", # required
  },
  git_hub_enterprise_server: {
    name: "Name", # required
    connection_arn: "ConnectionArn", # required
    owner: "Owner", # required
  },
}

Information about an associated AWS CodeCommit repository or an associated repository that is managed by AWS CodeStar Connections (for example, Bitbucket). This Repository object is not used if your source code is in an associated GitHub repository.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bitbucketTypes::ThirdPartySourceRepository

Information about a Bitbucket repository.

Returns:

#code_commitTypes::CodeCommitRepository

Information about an AWS CodeCommit repository.

Returns:

#git_hub_enterprise_serverTypes::ThirdPartySourceRepository

Information about a GitHub Enterprise Server repository.

Returns: