Class: Aws::CodeArtifact::Types::DeleteRepositoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DeleteRepositoryResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::RepositoryDescription
Information about the deleted repository after processing the request.
Instance Attribute Details
#repository ⇒ Types::RepositoryDescription
Information about the deleted repository after processing the request.
725 726 727 728 729 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 725 class DeleteRepositoryResult < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |