| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeStar.Types.ProjectSummary
Description
Synopsis
Documentation
data ProjectSummary Source #
Information about the metadata for a project.
See: newProjectSummary smart constructor.
Constructors
| ProjectSummary' | |
Instances
newProjectSummary :: ProjectSummary Source #
Create a value of ProjectSummary 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:projectArn:ProjectSummary', projectSummary_projectArn - The Amazon Resource Name (ARN) of the project.
$sel:projectId:ProjectSummary', projectSummary_projectId - The ID of the project.
projectSummary_projectArn :: Lens' ProjectSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the project.
projectSummary_projectId :: Lens' ProjectSummary (Maybe Text) Source #
The ID of the project.