RepositorySummary

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services account ID that manages the repository.

Link copied to clipboard
val arn: String?

The ARN of the repository.

Link copied to clipboard

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

Link copied to clipboard

The description of the repository.

Link copied to clipboard

The name of the domain that contains the repository.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the repository.

Functions

Link copied to clipboard
inline fun copy(block: RepositorySummary.Builder.() -> Unit = {}): RepositorySummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String