Class: Aws::CodeCommit::Types::GetBranchOutput

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

Overview

Represents the output of a get branch operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchTypes::BranchInfo

The name of the branch.

Returns:



2743
2744
2745
2746
2747
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2743

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