Class: Aws::ECRPublic::Types::DeleteRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::DeleteRepositoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::Repository
The repository that was deleted.
Instance Attribute Details
#repository ⇒ Types::Repository
The repository that was deleted.
308 309 310 311 312 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 308 class DeleteRepositoryResponse < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |