class Aws::CodeCommit::Types::UpdateDefaultBranchInput

Represents the input of an update default branch operation.

@note When making an API call, you may pass UpdateDefaultBranchInput

data as a hash:

    {
      repository_name: "RepositoryName", # required
      default_branch_name: "BranchName", # required
    }

@!attribute [rw] repository_name

The name of the repository to set or change the default branch for.
@return [String]

@!attribute [rw] default_branch_name

The name of the branch to set as the default.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateDefaultBranchInput AWS API Documentation

Constants

SENSITIVE