Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType
Description
Documentation
data RepositoryHeadSourceCodeType Source #
A SourceCodeType that specifies the tip of a branch in an associated repository.
See: newRepositoryHeadSourceCodeType
smart constructor.
Constructors
RepositoryHeadSourceCodeType' | |
Fields
|
Instances
newRepositoryHeadSourceCodeType Source #
Create a value of RepositoryHeadSourceCodeType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:branchName:RepositoryHeadSourceCodeType'
, repositoryHeadSourceCodeType_branchName
- The name of the branch in an associated repository. The
RepositoryHeadSourceCodeType
specifies the tip of this branch.
repositoryHeadSourceCodeType_branchName :: Lens' RepositoryHeadSourceCodeType Text Source #
The name of the branch in an associated repository. The
RepositoryHeadSourceCodeType
specifies the tip of this branch.