| 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.ActionThreshold
Description
Documentation
data ActionThreshold Source #
The trigger threshold of the action.
See: newActionThreshold smart constructor.
Constructors
| ActionThreshold' | |
Fields | |
Instances
Arguments
| :: Double | |
| -> ThresholdType | |
| -> ActionThreshold |
Create a value of ActionThreshold 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:actionThresholdValue:ActionThreshold', actionThreshold_actionThresholdValue - Undocumented member.
$sel:actionThresholdType:ActionThreshold', actionThreshold_actionThresholdType - Undocumented member.
actionThreshold_actionThresholdValue :: Lens' ActionThreshold Double Source #
Undocumented member.
actionThreshold_actionThresholdType :: Lens' ActionThreshold ThresholdType Source #
Undocumented member.