Class: Aws::ECRPublic::Types::GetRepositoryCatalogDataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_dataTypes::RepositoryCatalogData

The catalog metadata for the repository.



652
653
654
655
656
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 652

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