Class: Aws::ECRPublic::Types::Registry

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

Overview

The details of a public registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::RegistryAlias>

An array of objects that represents the aliases for a public registry.

Returns:



1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1393

class Registry < Struct.new(
  :registry_id,
  :registry_arn,
  :registry_uri,
  :verified,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end

#registry_arnString

The Amazon Resource Name (ARN) of the public registry.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1393

class Registry < Struct.new(
  :registry_id,
  :registry_arn,
  :registry_uri,
  :verified,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1393

class Registry < Struct.new(
  :registry_id,
  :registry_arn,
  :registry_uri,
  :verified,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end

#registry_uriString

The URI of a public registry. The URI contains a universal prefix and the registry alias.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1393

class Registry < Struct.new(
  :registry_id,
  :registry_arn,
  :registry_uri,
  :verified,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end

#verifiedBoolean

Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.

Returns:

  • (Boolean)


1393
1394
1395
1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1393

class Registry < Struct.new(
  :registry_id,
  :registry_arn,
  :registry_uri,
  :verified,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end