Class: Aws::CodeCommit::Types::UpdateRepositoryNameInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::UpdateRepositoryNameInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the input of an update repository description operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_name ⇒ String
The new name for the repository.
-
#old_name ⇒ String
The current name of the repository.
Instance Attribute Details
#new_name ⇒ String
The new name for the repository.
7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-codecommit/types.rb', line 7200 class UpdateRepositoryNameInput < Struct.new( :old_name, :new_name) SENSITIVE = [] include Aws::Structure end |
#old_name ⇒ String
The current name of the repository.
7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-codecommit/types.rb', line 7200 class UpdateRepositoryNameInput < Struct.new( :old_name, :new_name) SENSITIVE = [] include Aws::Structure end |