| 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.EventVariableSummary
Description
Synopsis
- data EventVariableSummary = EventVariableSummary' {}
- newEventVariableSummary :: EventVariableSummary
- eventVariableSummary_name :: Lens' EventVariableSummary (Maybe Text)
- eventVariableSummary_source :: Lens' EventVariableSummary (Maybe Text)
- eventVariableSummary_value :: Lens' EventVariableSummary (Maybe Text)
Documentation
data EventVariableSummary Source #
Information about the summary of an event variable that was evaluated for generating prediction.
See: newEventVariableSummary smart constructor.
Constructors
| EventVariableSummary' | |
Instances
newEventVariableSummary :: EventVariableSummary Source #
Create a value of EventVariableSummary 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:name:EventVariableSummary', eventVariableSummary_name - The event variable name.
$sel:source:EventVariableSummary', eventVariableSummary_source - The event variable source.
$sel:value:EventVariableSummary', eventVariableSummary_value - The value of the event variable.
eventVariableSummary_name :: Lens' EventVariableSummary (Maybe Text) Source #
The event variable name.
eventVariableSummary_source :: Lens' EventVariableSummary (Maybe Text) Source #
The event variable source.
eventVariableSummary_value :: Lens' EventVariableSummary (Maybe Text) Source #
The value of the event variable.