Class: Aws::ECRPublic::Types::CreateRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::CreateRepositoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_data ⇒ Types::RepositoryCatalogData
The catalog data for a repository.
-
#repository ⇒ Types::Repository
The repository that was created.
Instance Attribute Details
#catalog_data ⇒ Types::RepositoryCatalogData
The catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 226 class CreateRepositoryResponse < Struct.new( :repository, :catalog_data) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ Types::Repository
The repository that was created.
226 227 228 229 230 231 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 226 class CreateRepositoryResponse < Struct.new( :repository, :catalog_data) SENSITIVE = [] include Aws::Structure end |