Class: Aws::Proton::Types::DeleteRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteRepositoryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::Repository
The deleted repository link’s detail data that’s returned by Proton.
Instance Attribute Details
#repository ⇒ Types::Repository
The deleted repository link’s detail data that’s returned by Proton.
1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-proton/types.rb', line 1631 class DeleteRepositoryOutput < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |