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:



502
503
504
505
506
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 502

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