| 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.PivotTableFieldOption
Description
Synopsis
- data PivotTableFieldOption = PivotTableFieldOption' {
- customLabel :: Maybe Text
- visibility :: Maybe Visibility
- fieldId :: Text
- newPivotTableFieldOption :: Text -> PivotTableFieldOption
- pivotTableFieldOption_customLabel :: Lens' PivotTableFieldOption (Maybe Text)
- pivotTableFieldOption_visibility :: Lens' PivotTableFieldOption (Maybe Visibility)
- pivotTableFieldOption_fieldId :: Lens' PivotTableFieldOption Text
Documentation
data PivotTableFieldOption Source #
The selected field options for the pivot table field options.
See: newPivotTableFieldOption smart constructor.
Constructors
| PivotTableFieldOption' | |
Fields
| |
Instances
newPivotTableFieldOption Source #
Arguments
| :: Text | |
| -> PivotTableFieldOption |
Create a value of PivotTableFieldOption 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:customLabel:PivotTableFieldOption', pivotTableFieldOption_customLabel - The custom label of the pivot table field.
$sel:visibility:PivotTableFieldOption', pivotTableFieldOption_visibility - The visibility of the pivot table field.
$sel:fieldId:PivotTableFieldOption', pivotTableFieldOption_fieldId - The field ID of the pivot table field.
pivotTableFieldOption_customLabel :: Lens' PivotTableFieldOption (Maybe Text) Source #
The custom label of the pivot table field.
pivotTableFieldOption_visibility :: Lens' PivotTableFieldOption (Maybe Visibility) Source #
The visibility of the pivot table field.
pivotTableFieldOption_fieldId :: Lens' PivotTableFieldOption Text Source #
The field ID of the pivot table field.