| 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.FraudDetector.Types.PredictionTimeRange
Description
Documentation
data PredictionTimeRange Source #
The time period for when the predictions were generated.
See: newPredictionTimeRange smart constructor.
Constructors
| PredictionTimeRange' | |
Instances
newPredictionTimeRange Source #
Arguments
| :: Text | |
| -> Text | |
| -> PredictionTimeRange |
Create a value of PredictionTimeRange 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:startTime:PredictionTimeRange', predictionTimeRange_startTime - The start time of the time period for when the predictions were
generated.
$sel:endTime:PredictionTimeRange', predictionTimeRange_endTime - The end time of the time period for when the predictions were generated.
predictionTimeRange_startTime :: Lens' PredictionTimeRange Text Source #
The start time of the time period for when the predictions were generated.
predictionTimeRange_endTime :: Lens' PredictionTimeRange Text Source #
The end time of the time period for when the predictions were generated.