Class: Aws::ECRPublic::Types::RegistryCatalogData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::RegistryCatalogData
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
The metadata for a public registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name for a public registry.
Instance Attribute Details
#display_name ⇒ String
The display name for a public registry. This appears on the Amazon ECR Public Gallery.
Only accounts that have the verified account badge can have a registry display name.
1461 1462 1463 1464 1465 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1461 class RegistryCatalogData < Struct.new( :display_name) SENSITIVE = [] include Aws::Structure end |