class Aws::CodeCommit::Types::DeleteBranchInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/DeleteBranchInput AWS API Documentation
@return [String]
The name of the branch to delete.
@!attribute [rw] branch_name
@return [String]
The name of the repository that contains the branch to be deleted.
@!attribute [rw] repository_name
}
branch_name: “BranchName”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass DeleteBranchInput
Represents the input of a delete branch operation.