| 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.QuickSight.Types.KPIFieldWells
Description
Synopsis
- data KPIFieldWells = KPIFieldWells' {
- targetValues :: Maybe [MeasureField]
- trendGroups :: Maybe [DimensionField]
- values :: Maybe [MeasureField]
- newKPIFieldWells :: KPIFieldWells
- kPIFieldWells_targetValues :: Lens' KPIFieldWells (Maybe [MeasureField])
- kPIFieldWells_trendGroups :: Lens' KPIFieldWells (Maybe [DimensionField])
- kPIFieldWells_values :: Lens' KPIFieldWells (Maybe [MeasureField])
Documentation
data KPIFieldWells Source #
The field well configuration of a KPI visual.
See: newKPIFieldWells smart constructor.
Constructors
| KPIFieldWells' | |
Fields
| |
Instances
newKPIFieldWells :: KPIFieldWells Source #
Create a value of KPIFieldWells 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:targetValues:KPIFieldWells', kPIFieldWells_targetValues - The target value field wells of a KPI visual.
$sel:trendGroups:KPIFieldWells', kPIFieldWells_trendGroups - The trend group field wells of a KPI visual.
$sel:values:KPIFieldWells', kPIFieldWells_values - The value field wells of a KPI visual.
kPIFieldWells_targetValues :: Lens' KPIFieldWells (Maybe [MeasureField]) Source #
The target value field wells of a KPI visual.
kPIFieldWells_trendGroups :: Lens' KPIFieldWells (Maybe [DimensionField]) Source #
The trend group field wells of a KPI visual.
kPIFieldWells_values :: Lens' KPIFieldWells (Maybe [MeasureField]) Source #
The value field wells of a KPI visual.