class Aws::CodeCommit::Types::UpdateRepositoryNameInput

Represents the input of an update repository description operation.

@note When making an API call, you may pass UpdateRepositoryNameInput

data as a hash:

    {
      old_name: "RepositoryName", # required
      new_name: "RepositoryName", # required
    }

@!attribute [rw] old_name

The current name of the repository.
@return [String]

@!attribute [rw] new_name

The new name for the repository.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateRepositoryNameInput AWS API Documentation

Constants

SENSITIVE