| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Pi.Types.DimensionKeyDescription
Description
Synopsis
- data DimensionKeyDescription = DimensionKeyDescription' {}
- newDimensionKeyDescription :: DimensionKeyDescription
- dimensionKeyDescription_partitions :: Lens' DimensionKeyDescription (Maybe [Double])
- dimensionKeyDescription_total :: Lens' DimensionKeyDescription (Maybe Double)
- dimensionKeyDescription_dimensions :: Lens' DimensionKeyDescription (Maybe (HashMap Text Text))
Documentation
data DimensionKeyDescription Source #
An array of descriptions and aggregated values for each dimension 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: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 dimension(s), over the requested
time range.
$sel:dimensions:DimensionKeyDescription', dimensionKeyDescription_dimensions - 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 dimension(s), over the requested time range.
dimensionKeyDescription_dimensions :: Lens' DimensionKeyDescription (Maybe (HashMap Text Text)) Source #
A map of name-value pairs for the dimensions in the group.