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

Class: Aws::CodeGuruReviewer::Types::ThirdPartySourceRepository

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

Overview

Note:

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

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

Information about a third-party source repository connected to CodeGuru Reviewer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more information, see Connection in the AWS CodeStar Connections API Reference.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.

#nameString

The name of the third party source repository.

Returns:

  • (String)

    The name of the third party source repository.

#ownerString

The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the username for the account that owns the repository.

Returns:

  • (String)

    The owner of the repository.