| 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.LookoutVision.Types.ProjectMetadata
Description
Documentation
data ProjectMetadata Source #
Metadata about an Amazon Lookout for Vision project.
See: newProjectMetadata smart constructor.
Constructors
| ProjectMetadata' | |
Fields
| |
Instances
newProjectMetadata :: ProjectMetadata Source #
Create a value of ProjectMetadata 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:creationTimestamp:ProjectMetadata', projectMetadata_creationTimestamp - The unix timestamp for the date and time that the project was created.
$sel:projectArn:ProjectMetadata', projectMetadata_projectArn - The Amazon Resource Name (ARN) of the project.
$sel:projectName:ProjectMetadata', projectMetadata_projectName - The name of the project.
projectMetadata_creationTimestamp :: Lens' ProjectMetadata (Maybe UTCTime) Source #
The unix timestamp for the date and time that the project was created.
projectMetadata_projectArn :: Lens' ProjectMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the project.
projectMetadata_projectName :: Lens' ProjectMetadata (Maybe Text) Source #
The name of the project.