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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codegurureviewer/types.rb

Overview

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

[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_SourceCodeType

Constant Summary collapse

SENSITIVE =
[]

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)


1725
1726
1727
1728
1729
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1725

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