| 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.Rekognition.Types.ProjectDescription
Description
Synopsis
- data ProjectDescription = ProjectDescription' {}
- newProjectDescription :: ProjectDescription
- projectDescription_status :: Lens' ProjectDescription (Maybe ProjectStatus)
- projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime)
- projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text)
Documentation
data ProjectDescription Source #
A description of a Amazon Rekognition Custom Labels project.
See: newProjectDescription smart constructor.
Constructors
| ProjectDescription' | |
Fields
| |
Instances
newProjectDescription :: ProjectDescription Source #
Create a value of ProjectDescription 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:status:ProjectDescription', projectDescription_status - The current status of the project.
$sel:creationTimestamp:ProjectDescription', projectDescription_creationTimestamp - The Unix timestamp for the date and time that the project was created.
$sel:projectArn:ProjectDescription', projectDescription_projectArn - The Amazon Resource Name (ARN) of the project.
projectDescription_status :: Lens' ProjectDescription (Maybe ProjectStatus) Source #
The current status of the project.
projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime) Source #
The Unix timestamp for the date and time that the project was created.
projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of the project.