| 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.PivotTableFieldWells
Description
Documentation
data PivotTableFieldWells Source #
The field wells for a pivot table visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newPivotTableFieldWells smart constructor.
Constructors
| PivotTableFieldWells' | |
Fields
| |
Instances
newPivotTableFieldWells :: PivotTableFieldWells Source #
Create a value of PivotTableFieldWells 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:pivotTableAggregatedFieldWells:PivotTableFieldWells', pivotTableFieldWells_pivotTableAggregatedFieldWells - The aggregated field well for the pivot table.
pivotTableFieldWells_pivotTableAggregatedFieldWells :: Lens' PivotTableFieldWells (Maybe PivotTableAggregatedFieldWells) Source #
The aggregated field well for the pivot table.