| 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.CostExplorer.Types.DimensionValuesWithAttributes
Description
Synopsis
- data DimensionValuesWithAttributes = DimensionValuesWithAttributes' {}
- newDimensionValuesWithAttributes :: DimensionValuesWithAttributes
- dimensionValuesWithAttributes_attributes :: Lens' DimensionValuesWithAttributes (Maybe (HashMap Text Text))
- dimensionValuesWithAttributes_value :: Lens' DimensionValuesWithAttributes (Maybe Text)
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' | |
Instances
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_attributes :: Lens' DimensionValuesWithAttributes (Maybe (HashMap Text Text)) Source #
The attribute that applies to a specific Dimension.
dimensionValuesWithAttributes_value :: Lens' DimensionValuesWithAttributes (Maybe Text) Source #
The value of a dimension with a specific attribute.