class Aws::CodeCommit::Types::UpdateDefaultBranchInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateDefaultBranchInput AWS API Documentation
@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, you may pass UpdateDefaultBranchInput
Represents the input of an update default branch operation.