class Aws::ECRPublic::Types::Repository
An object representing a repository.
@!attribute [rw] repository_arn
The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the `arn:aws:ecr` namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, `arn:aws:ecr:region:012345678910:repository/test`. @return [String]
@!attribute [rw] registry_id
The AWS account ID associated with the public registry that contains the repository. @return [String]
@!attribute [rw] repository_name
The name of the repository. @return [String]
@!attribute [rw] repository_uri
The URI for the repository. You can use this URI for container image `push` and `pull` operations. @return [String]
@!attribute [rw] created_at
The date and time, in JavaScript date format, when the repository was created. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/Repository AWS API Documentation
Constants
- SENSITIVE