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 |
Documentation
data ActionThreshold Source #
The trigger threshold of the action.
See: newActionThreshold
smart constructor.
Instances
:: 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.