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.DimensionValuesWithAttributes

Description

 
Synopsis

Documentation

data DimensionValuesWithAttributes Source #

The metadata of a specific type that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

See: newDimensionValuesWithAttributes smart constructor.

Constructors

DimensionValuesWithAttributes' 

Fields

Instances

Instances details
FromJSON DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

Generic DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

Associated Types

type Rep DimensionValuesWithAttributes :: Type -> Type #

Read DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

Show DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

NFData DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

Eq DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

Hashable DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

type Rep DimensionValuesWithAttributes Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValuesWithAttributes

type Rep DimensionValuesWithAttributes = D1 ('MetaData "DimensionValuesWithAttributes" "Amazonka.CostExplorer.Types.DimensionValuesWithAttributes" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "DimensionValuesWithAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDimensionValuesWithAttributes :: DimensionValuesWithAttributes Source #

Create a value of DimensionValuesWithAttributes 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:attributes:DimensionValuesWithAttributes', dimensionValuesWithAttributes_attributes - The attribute that applies to a specific Dimension.

$sel:value:DimensionValuesWithAttributes', dimensionValuesWithAttributes_value - The value of a dimension with a specific attribute.

dimensionValuesWithAttributes_value :: Lens' DimensionValuesWithAttributes (Maybe Text) Source #

The value of a dimension with a specific attribute.