class Aws::CodeCommit::Types::UpdateRepositoryNameInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateRepositoryNameInput AWS API Documentation
@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, you may pass UpdateRepositoryNameInput
Represents the input of an update repository description operation.