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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repositoryTypes::Repository

The repository that was created.

Returns:



499
500
501
502
503
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 499

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