You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#administrator_accountString

The AWS account ID that manages the repository.

Returns:

  • (String)

    The AWS account ID that manages the repository.

#arnString

The ARN of the repository.

Returns:

  • (String)

    The ARN of the repository.

#descriptionString

The description of the repository.

Returns:

  • (String)

    The description of the repository.

#domain_nameString

The name of the domain that contains the repository.

Returns:

  • (String)

    The name of the domain that contains the repository.

#domain_ownerString

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

Returns:

  • (String)

    The 12-digit account number of the AWS account that owns the domain.

#nameString

The name of the repository.

Returns:

  • (String)

    The name of the repository.