Class: Aws::ECRPublic::Types::DeleteRepositoryResponse

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

#repositoryTypes::Repository

The repository that was deleted.

Returns:



308
309
310
311
312
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 308

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