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

Class: Aws::ECR::Types::Repository

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

Overview

An object representing a repository.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time, in JavaScript date format, when the repository was created.

Returns:

  • (Time)

    The date and time, in JavaScript date format, when the repository was created.

#encryption_configurationTypes::EncryptionConfiguration

The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.

Returns:

#image_scanning_configurationTypes::ImageScanningConfiguration

The image scanning configuration for a repository.

Returns:

#image_tag_mutabilityString

The tag mutability setting for the repository.

Possible values:

  • MUTABLE
  • IMMUTABLE

Returns:

  • (String)

    The tag mutability setting for the repository.

#registry_idString

The AWS account ID associated with the registry that contains the repository.

Returns:

  • (String)

    The AWS account ID associated with the registry that contains the repository.

#repository_arnString

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.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that identifies the repository.

#repository_nameString

The name of the repository.

Returns:

  • (String)

    The name of the repository.

#repository_uriString

The URI for the repository. You can use this URI for container image push and pull operations.

Returns:

  • (String)

    The URI for the repository.