Class: Aws::CodeCommit::Types::DeleteRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteRepositoryOutput
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Represents the output of a delete repository operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_id ⇒ String
The ID of the repository that was deleted.
Instance Attribute Details
#repository_id ⇒ String
The ID of the repository that was deleted.
2272 2273 2274 2275 2276 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2272 class DeleteRepositoryOutput < Struct.new( :repository_id) SENSITIVE = [] include Aws::Structure end |