Class: Aws::CodeCommit::Types::DeleteRepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteRepositoryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the input of a delete repository operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_name ⇒ String
The name of the repository to delete.
Instance Attribute Details
#repository_name ⇒ String
The name of the repository to delete.
2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2048 class DeleteRepositoryInput < Struct.new( :repository_name) SENSITIVE = [] include Aws::Structure end |