class Aws::CodeCommit::Types::CreateBranchInput
Represents the input of a create branch operation.
@note When making an API call, you may pass CreateBranchInput
data as a hash: { repository_name: "RepositoryName", # required branch_name: "BranchName", # required commit_id: "CommitId", # required }
@!attribute [rw] repository_name
The name of the repository in which you want to create the new branch. @return [String]
@!attribute [rw] branch_name
The name of the new branch to create. @return [String]
@!attribute [rw] commit_id
The ID of the commit to point the new branch to. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateBranchInput AWS API Documentation
Constants
- SENSITIVE