Class: Aws::CodeCommit::Types::UpdateRepositoryNameInput

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

Overview

Represents the input of an update repository description operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#new_nameString

The new name for the repository.

Returns:

  • (String)


7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 7197

class UpdateRepositoryNameInput < Struct.new(
  :old_name,
  :new_name)
  SENSITIVE = []
  include Aws::Structure
end

#old_nameString

The current name of the repository.

Returns:

  • (String)


7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 7197

class UpdateRepositoryNameInput < Struct.new(
  :old_name,
  :new_name)
  SENSITIVE = []
  include Aws::Structure
end