Class: Aws::Types::UpdateRepositoryNameInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRepositoryNameInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_name ⇒ ::String
Returns the value of attribute new_name.
-
#old_name ⇒ ::String
Returns the value of attribute old_name.
Instance Attribute Details
#new_name ⇒ ::String
Returns the value of attribute new_name.
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.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def old_name @old_name end |