Class: Aws::ECR::Types::DeleteRepositoryResponse

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 deleted.

Returns:



786
787
788
789
790
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 786

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