Class: Aws::CodeArtifact::Types::RepositorySummary

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

Overview

Details about a repository, including its Amazon Resource Name (ARN), description, and domain information. The ListRepositories operation returns a list of RepositorySummary objects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#administrator_accountString

The Amazon Web Services account ID that manages the repository.

Returns:

  • (String)


3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3937

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the repository.

Returns:

  • (String)


3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3937

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

A timestamp that represents the date and time the repository was created.

Returns:

  • (Time)


3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3937

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the repository.

Returns:

  • (String)


3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3937

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain that contains the repository.

Returns:

  • (String)


3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3937

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ownerString

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Returns:

  • (String)


3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3937

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the repository.

Returns:

  • (String)


3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 3937

class RepositorySummary < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end