Class: Aws::CodeCommit::Types::DeleteRepositoryOutput

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

Overview

Represents the output of a delete repository operation.

Instance Attribute Summary collapse

Instance Attribute Details

#repository_idString

The ID of the repository that was deleted.

Returns:

  • (String)


275
276
277
278
# File 'lib/aws-sdk-codecommit/types.rb', line 275

class DeleteRepositoryOutput < Struct.new(
  :repository_id)
  include Aws::Structure
end