Class: Aws::ECRPublic::Types::Repository

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

Overview

An object representing a repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

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

Returns:

  • (Time)


1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1511

class Repository < Struct.new(
  :repository_arn,
  :registry_id,
  :repository_name,
  :repository_uri,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID that's associated with the public registry that contains the repository.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1511

class Repository < Struct.new(
  :repository_arn,
  :registry_id,
  :repository_name,
  :repository_uri,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#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, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1511

class Repository < Struct.new(
  :repository_arn,
  :registry_id,
  :repository_name,
  :repository_uri,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1511

class Repository < Struct.new(
  :repository_arn,
  :registry_id,
  :repository_name,
  :repository_uri,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#repository_uriString

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

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1511

class Repository < Struct.new(
  :repository_arn,
  :registry_id,
  :repository_name,
  :repository_uri,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end