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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Represents the output of a delete branch operation.

Constant Summary collapse

SENSITIVE =
[]

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:



1866
1867
1868
1869
1870
# File 'lib/aws-sdk-codecommit/types.rb', line 1866

class DeleteBranchOutput < Struct.new(
  :deleted_branch)
  SENSITIVE = []
  include Aws::Structure
end