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

Class: Aws::CodeGuruReviewer::Types::RepositoryHeadSourceCodeType

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

Overview

Note:

When passing RepositoryHeadSourceCodeType as input to an Aws::Client method, you can use a vanilla Hash:

{
  branch_name: "BranchName", # required
}

A SourceCodeType that specifies the tip of a branch in an associated repository.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The name of the branch in an associated repository. The RepositoryHeadSourceCodeType specifies the tip of this branch.

Returns:

  • (String)

    The name of the branch in an associated repository.