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 |
Synopsis
Documentation
data ProjectSummary Source #
Summary information about an AWS Mobile Hub project.
See: newProjectSummary
smart constructor.
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.