Class: Aws::ECRPublic::Types::GetRegistryCatalogDataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_catalog_data ⇒ Types::RegistryCatalogData

The catalog metadata for the public registry.



621
622
623
624
625
# File 'lib/aws-sdk-ecrpublic/types.rb', line 621

class GetRegistryCatalogDataResponse < Struct.new(
  :registry_catalog_data)
  SENSITIVE = []
  include Aws::Structure
end