class Aws::CodeGuruReviewer::Types::ThirdPartySourceRepository

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

@note When making an API call, you may pass ThirdPartySourceRepository

data as a hash:

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

@!attribute [rw] name

The name of the third party source repository.
@return [String]

@!attribute [rw] connection_arn

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

[1]: https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_Connection.html
@return [String]

@!attribute [rw] owner

The owner of the repository. For a GitHub, GitHub Enterprise, or
Bitbucket repository, this is the username for the account that owns
the repository. For an S3 repository, this can be the username or
Amazon Web Services account ID.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ThirdPartySourceRepository AWS API Documentation

Constants

SENSITIVE