Class: Aws::Types::UpdateRepositoryNameInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#new_name::String

Returns the value of attribute new_name.

Returns:

  • (::String)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def new_name
  @new_name
end

#old_name::String

Returns the value of attribute old_name.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def old_name
  @old_name
end