Method: Aws::CodeCommit::Types::BranchInfo#branch_name

Defined in:
lib/aws-sdk-codecommit/types.rb

#branch_nameString

The name of the branch.

Returns:



801
802
803
804
805
806
# File 'lib/aws-sdk-codecommit/types.rb', line 801

class BranchInfo < Struct.new(
  :branch_name,
  :commit_id)
  SENSITIVE = []
  include Aws::Structure
end