| 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.Budgets.Types.ComparisonOperator
Description
Synopsis
- newtype ComparisonOperator where
Documentation
newtype ComparisonOperator Source #
The comparison operator of a notification. Currently, the service supports the following operators:
GREATER_THAN, LESS_THAN, EQUAL_TO
Constructors
| ComparisonOperator' | |
Fields | |
Bundled Patterns
| pattern ComparisonOperator_EQUAL_TO :: ComparisonOperator | |
| pattern ComparisonOperator_GREATER_THAN :: ComparisonOperator | |
| pattern ComparisonOperator_LESS_THAN :: ComparisonOperator |