Class: Aws::ECR::Types::CreateRepositoryResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#repositoryTypes::Repository

The repository that was created.

Returns:



307
308
309
310
# File 'lib/aws-sdk-ecr/types.rb', line 307

class CreateRepositoryResponse < Struct.new(
  :repository)
  include Aws::Structure
end