Class: Aws::CodeCommit::Types::DeleteRepositoryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Represents the input of a delete repository operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_nameString

The name of the repository to delete.

Returns:

  • (String)


2050
2051
2052
2053
2054
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2050

class DeleteRepositoryInput < Struct.new(
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end