| 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.Pi.Types.DimensionKeyDescription
Description
Synopsis
- data DimensionKeyDescription = DimensionKeyDescription' {}
- newDimensionKeyDescription :: DimensionKeyDescription
- dimensionKeyDescription_additionalMetrics :: Lens' DimensionKeyDescription (Maybe (HashMap Text Double))
- dimensionKeyDescription_dimensions :: Lens' DimensionKeyDescription (Maybe (HashMap Text Text))
- dimensionKeyDescription_partitions :: Lens' DimensionKeyDescription (Maybe [Double])
- dimensionKeyDescription_total :: Lens' DimensionKeyDescription (Maybe Double)
Documentation
data DimensionKeyDescription Source #
An object that includes the requested dimension key values and aggregated metric values within a dimension group.
See: newDimensionKeyDescription smart constructor.
Constructors
| DimensionKeyDescription' | |
Fields
| |
Instances
newDimensionKeyDescription :: DimensionKeyDescription Source #
Create a value of DimensionKeyDescription 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:additionalMetrics:DimensionKeyDescription', dimensionKeyDescription_additionalMetrics - A map that contains the value for each additional metric.
$sel:dimensions:DimensionKeyDescription', dimensionKeyDescription_dimensions - A map of name-value pairs for the dimensions in the group.
$sel:partitions:DimensionKeyDescription', dimensionKeyDescription_partitions - If PartitionBy was specified, PartitionKeys contains the dimensions
that were.
$sel:total:DimensionKeyDescription', dimensionKeyDescription_total - The aggregated metric value for the dimensions, over the requested time
range.
dimensionKeyDescription_additionalMetrics :: Lens' DimensionKeyDescription (Maybe (HashMap Text Double)) Source #
A map that contains the value for each additional metric.
dimensionKeyDescription_dimensions :: Lens' DimensionKeyDescription (Maybe (HashMap Text Text)) Source #
A map of name-value pairs for the dimensions in the group.
dimensionKeyDescription_partitions :: Lens' DimensionKeyDescription (Maybe [Double]) Source #
If PartitionBy was specified, PartitionKeys contains the dimensions
that were.
dimensionKeyDescription_total :: Lens' DimensionKeyDescription (Maybe Double) Source #
The aggregated metric value for the dimensions, over the requested time range.