Class: Aws::Proton::Types::RepositorySummary

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

Overview

Summary 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)


4523
4524
4525
4526
4527
4528
4529
4530
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4523

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

#connection_arnString

The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.

Returns:

  • (String)


4523
4524
4525
4526
4527
4528
4529
4530
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4523

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

#nameString

The repository name.

Returns:

  • (String)


4523
4524
4525
4526
4527
4528
4529
4530
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4523

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

#providerString

The repository provider.

Returns:

  • (String)


4523
4524
4525
4526
4527
4528
4529
4530
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4523

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