amazonka-cost-explorer-2.0: Amazon Cost Explorer Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

Description

 
Synopsis

Documentation

data CostAllocationTagStatusEntry Source #

The cost allocation tag status. The status of a key can either be active or inactive.

See: newCostAllocationTagStatusEntry smart constructor.

Constructors

CostAllocationTagStatusEntry' 

Fields

Instances

Instances details
ToJSON CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

Generic CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

Associated Types

type Rep CostAllocationTagStatusEntry :: Type -> Type #

Read CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

Show CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

NFData CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

Eq CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

Hashable CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

type Rep CostAllocationTagStatusEntry Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry

type Rep CostAllocationTagStatusEntry = D1 ('MetaData "CostAllocationTagStatusEntry" "Amazonka.CostExplorer.Types.CostAllocationTagStatusEntry" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "CostAllocationTagStatusEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CostAllocationTagStatus)))

newCostAllocationTagStatusEntry Source #

Create a value of CostAllocationTagStatusEntry 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:tagKey:CostAllocationTagStatusEntry', costAllocationTagStatusEntry_tagKey - The key for the cost allocation tag.

$sel:status:CostAllocationTagStatusEntry', costAllocationTagStatusEntry_status - The status of a cost allocation tag.