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