Class: Aws::ECR::Types::DeleteRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeleteRepositoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/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.
919 920 921 922 923 |
# File 'lib/aws-sdk-ecr/types.rb', line 919 class DeleteRepositoryResponse < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |