Class: Aws::CodeCommit::Types::DeleteBranchOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteBranchOutput
- 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
-
#deleted_branch ⇒ 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.
Instance Attribute Details
#deleted_branch ⇒ 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.
1864 1865 1866 1867 1868 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1864 class DeleteBranchOutput < Struct.new( :deleted_branch) SENSITIVE = [] include Aws::Structure end |