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

Class: Aws::CodeCommit::Types::BranchInfo

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

Overview

Returns information about a branch.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The name of the branch.

Returns:

  • (String)

    The name of the branch.

#commit_idString

The ID of the last commit made to the branch.

Returns:

  • (String)

    The ID of the last commit made to the branch.