Class: Aws::Proton::Types::DeleteRepositoryOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repositoryTypes::Repository

The deleted repository link's detail data that's returned by Proton.

Returns:



1631
1632
1633
1634
1635
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1631

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