class Aws::CodeCommit::Types::UpdateRepositoryNameInput
@return [String]
The new name for the repository.
@!attribute [rw] new_name
@return [String]
The existing name of the repository.
@!attribute [rw] old_name
}
new_name: “RepositoryName”, # required
old_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, pass UpdateRepositoryNameInput
Represents the input of an update repository description operation.