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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_idString

The ID of the repository that was deleted.

Returns:

  • (String)


2064
2065
2066
2067
2068
# File 'lib/aws-sdk-codecommit/types.rb', line 2064

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