You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::DeleteBranchOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a delete branch operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deleted_branchTypes::BranchInfo

Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.

Returns:

  • (Types::BranchInfo)

    Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.