Class: Aws::ECRPublic::Types::Registry
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::Registry
- 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
-
#aliases ⇒ Array<Types::RegistryAlias>
An array of objects that represents the aliases for a public registry.
-
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the public registry.
-
#registry_id ⇒ String
The Amazon Web Services account ID that's associated with the registry.
-
#registry_uri ⇒ String
The URI of a public registry.
-
#verified ⇒ Boolean
Indicates whether the account is a verified Amazon Web Services Marketplace vendor.
Instance Attribute Details
#aliases ⇒ Array<Types::RegistryAlias>
An array of objects that represents the aliases for a public registry.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the public registry.
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_id ⇒ String
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.
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_uri ⇒ String
The URI of a public registry. The URI contains a universal prefix and the registry alias.
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 |
#verified ⇒ Boolean
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.
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 |