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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

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 in the Amazon Web Services CodeStar Connections API Reference.

Returns:

  • (String)


2019
2020
2021
2022
2023
2024
2025
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 2019

class ThirdPartySourceRepository < Struct.new(
  :name,
  :connection_arn,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the third party source repository.

Returns:

  • (String)


2019
2020
2021
2022
2023
2024
2025
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 2019

class ThirdPartySourceRepository < Struct.new(
  :name,
  :connection_arn,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#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. For an S3 repository, this can be the username or Amazon Web Services account ID

Returns:

  • (String)


2019
2020
2021
2022
2023
2024
2025
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 2019

class ThirdPartySourceRepository < Struct.new(
  :name,
  :connection_arn,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end