| 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.ThresholdType
Description
Synopsis
- newtype ThresholdType where
- ThresholdType' { }
- pattern ThresholdType_ABSOLUTE_VALUE :: ThresholdType
- pattern ThresholdType_PERCENTAGE :: ThresholdType
Documentation
newtype ThresholdType Source #
The type of threshold for a notification.
Constructors
| ThresholdType' | |
Fields | |
Bundled Patterns
| pattern ThresholdType_ABSOLUTE_VALUE :: ThresholdType | |
| pattern ThresholdType_PERCENTAGE :: ThresholdType |