| 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.PivotTableFieldOptions
Description
Synopsis
- data PivotTableFieldOptions = PivotTableFieldOptions' {}
- newPivotTableFieldOptions :: PivotTableFieldOptions
- pivotTableFieldOptions_dataPathOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableDataPathOption])
- pivotTableFieldOptions_selectedFieldOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableFieldOption])
Documentation
data PivotTableFieldOptions Source #
The field options for a pivot table visual.
See: newPivotTableFieldOptions smart constructor.
Constructors
| PivotTableFieldOptions' | |
Fields
| |
Instances
newPivotTableFieldOptions :: PivotTableFieldOptions Source #
Create a value of PivotTableFieldOptions 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:dataPathOptions:PivotTableFieldOptions', pivotTableFieldOptions_dataPathOptions - The data path options for the pivot table field options.
$sel:selectedFieldOptions:PivotTableFieldOptions', pivotTableFieldOptions_selectedFieldOptions - The selected field options for the pivot table field options.
pivotTableFieldOptions_dataPathOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableDataPathOption]) Source #
The data path options for the pivot table field options.
pivotTableFieldOptions_selectedFieldOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableFieldOption]) Source #
The selected field options for the pivot table field options.