| 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.Mobile.Types.ProjectSummary
Description
Synopsis
Documentation
data ProjectSummary Source #
Summary information about an AWS Mobile Hub 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:name:ProjectSummary', projectSummary_name - Name of the project.
$sel:projectId:ProjectSummary', projectSummary_projectId - Unique project identifier.
projectSummary_name :: Lens' ProjectSummary (Maybe Text) Source #
Name of the project.
projectSummary_projectId :: Lens' ProjectSummary (Maybe Text) Source #
Unique project identifier.