class Aws::CodeCommit::Types::CreateBranchInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateBranchInput AWS API Documentation
@return [String]
The ID of the commit to point the new branch to.
@!attribute [rw] commit_id
@return [String]
The name of the new branch to create.
@!attribute [rw] branch_name
@return [String]
branch.
The name of the repository in which you want to create the new
@!attribute [rw] repository_name
Represents the input of a create branch operation.