class Aws::CodeCommit::Types::UpdateDefaultBranchInput
@return [String]
The name of the branch to set as the default.
@!attribute [rw] default_branch_name
@return [String]
The name of the repository to set or change the default branch for.
@!attribute [rw] repository_name
}
default_branch_name: “BranchName”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, pass UpdateDefaultBranchInput
Represents the input of an update default branch operation.