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 SimpleRuleEvaluation = SimpleRuleEvaluation' {}
- newSimpleRuleEvaluation :: SimpleRuleEvaluation
- simpleRuleEvaluation_thresholdValue :: Lens' SimpleRuleEvaluation (Maybe Text)
- simpleRuleEvaluation_inputPropertyValue :: Lens' SimpleRuleEvaluation (Maybe Text)
- simpleRuleEvaluation_operator :: Lens' SimpleRuleEvaluation (Maybe ComparisonOperator)
Documentation
data SimpleRuleEvaluation Source #
Information needed to compare two values with a comparison operator.
See: newSimpleRuleEvaluation
smart constructor.
SimpleRuleEvaluation' | |
|
Instances
newSimpleRuleEvaluation :: SimpleRuleEvaluation Source #
Create a value of SimpleRuleEvaluation
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:thresholdValue:SimpleRuleEvaluation'
, simpleRuleEvaluation_thresholdValue
- The threshold value, on the right side of the comparison operator.
$sel:inputPropertyValue:SimpleRuleEvaluation'
, simpleRuleEvaluation_inputPropertyValue
- The value of the input property, on the left side of the comparison
operator.
$sel:operator:SimpleRuleEvaluation'
, simpleRuleEvaluation_operator
- The comparison operator.
simpleRuleEvaluation_thresholdValue :: Lens' SimpleRuleEvaluation (Maybe Text) Source #
The threshold value, on the right side of the comparison operator.
simpleRuleEvaluation_inputPropertyValue :: Lens' SimpleRuleEvaluation (Maybe Text) Source #
The value of the input property, on the left side of the comparison operator.
simpleRuleEvaluation_operator :: Lens' SimpleRuleEvaluation (Maybe ComparisonOperator) Source #
The comparison operator.