class Aws::CodeCommit::Types::CreateBranchInput

@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
}
commit_id: “CommitId”, # required
branch_name: “BranchName”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, pass CreateBranchInput
Represents the input of a create branch operation.