Class: Aws::CodeGuruReviewer::Types::RepositoryHeadSourceCodeType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::RepositoryHeadSourceCodeType
- Defined in:
- gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb
Overview
A SourceCodeType that specifies the tip of a branch in an associated repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch_name ⇒ String
The name of the branch in an associated repository.
Instance Attribute Details
#branch_name ⇒ String
The name of the branch in an associated repository. The
RepositoryHeadSourceCodeType
specifies the tip of this branch.
1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1722 class RepositoryHeadSourceCodeType < Struct.new( :branch_name) SENSITIVE = [] include Aws::Structure end |