libZSservicesZSamazonka-budgetsZSamazonka-budgets
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Budgets.Types.ActionThreshold

Description

 
Synopsis

Documentation

data ActionThreshold Source #

The trigger threshold of the action.

See: newActionThreshold smart constructor.

Instances

Instances details
Eq ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

Read ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

Show ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

Generic ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

Associated Types

type Rep ActionThreshold :: Type -> Type #

NFData ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

Methods

rnf :: ActionThreshold -> () #

Hashable ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

ToJSON ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

FromJSON ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

type Rep ActionThreshold Source # 
Instance details

Defined in Amazonka.Budgets.Types.ActionThreshold

type Rep ActionThreshold = D1 ('MetaData "ActionThreshold" "Amazonka.Budgets.Types.ActionThreshold" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "ActionThreshold'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionThresholdValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "actionThresholdType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ThresholdType)))

newActionThreshold Source #

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.