Class: Aws::CodeCommit::Types::DeleteRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteRepositoryOutput
- Includes:
- Structure
- Defined in:
- 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.
2062 2063 2064 2065 2066 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2062 class DeleteRepositoryOutput < Struct.new( :repository_id) SENSITIVE = [] include Aws::Structure end |