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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/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

#arnString

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

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-proton/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_arnString

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 'gems/aws-sdk-proton/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_keyString

Your customer Amazon Web Services KMS encryption key.

Returns:

  • (String)


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

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

#nameString

The repository name.

Returns:

  • (String)


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

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

#providerString

The repository provider.

Returns:

  • (String)


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

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