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