Class: Aws::Proton::Types::Repository

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-proton/types.rb

Overview

Detailed data of a linked repository—a repository that has been registered with Proton.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the linked repository.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'lib/aws-sdk-proton/types.rb', line 4438

class Repository < Struct.new(
  :arn,
  :connection_arn,
  :encryption_key,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#connection_arn ⇒ String

The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'lib/aws-sdk-proton/types.rb', line 4438

class Repository < Struct.new(
  :arn,
  :connection_arn,
  :encryption_key,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_key ⇒ String

Your customer Amazon Web Services KMS encryption key.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'lib/aws-sdk-proton/types.rb', line 4438

class Repository < Struct.new(
  :arn,
  :connection_arn,
  :encryption_key,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The repository name.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'lib/aws-sdk-proton/types.rb', line 4438

class Repository < Struct.new(
  :arn,
  :connection_arn,
  :encryption_key,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#provider ⇒ String

The repository provider.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'lib/aws-sdk-proton/types.rb', line 4438

class Repository < Struct.new(
  :arn,
  :connection_arn,
  :encryption_key,
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end