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
- data DetectorModelSummary = DetectorModelSummary' {}
- newDetectorModelSummary :: DetectorModelSummary
- detectorModelSummary_creationTime :: Lens' DetectorModelSummary (Maybe UTCTime)
- detectorModelSummary_detectorModelName :: Lens' DetectorModelSummary (Maybe Text)
- detectorModelSummary_detectorModelDescription :: Lens' DetectorModelSummary (Maybe Text)
Documentation
data DetectorModelSummary Source #
Information about the detector model.
See: newDetectorModelSummary
smart constructor.
DetectorModelSummary' | |
|
Instances
newDetectorModelSummary :: DetectorModelSummary Source #
Create a value of DetectorModelSummary
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:creationTime:DetectorModelSummary'
, detectorModelSummary_creationTime
- The time the detector model was created.
$sel:detectorModelName:DetectorModelSummary'
, detectorModelSummary_detectorModelName
- The name of the detector model.
$sel:detectorModelDescription:DetectorModelSummary'
, detectorModelSummary_detectorModelDescription
- A brief description of the detector model.
detectorModelSummary_creationTime :: Lens' DetectorModelSummary (Maybe UTCTime) Source #
The time the detector model was created.
detectorModelSummary_detectorModelName :: Lens' DetectorModelSummary (Maybe Text) Source #
The name of the detector model.
detectorModelSummary_detectorModelDescription :: Lens' DetectorModelSummary (Maybe Text) Source #
A brief description of the detector model.