| 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.TableFieldOptions
Description
Synopsis
- data TableFieldOptions = TableFieldOptions' {
- order :: Maybe [Text]
- selectedFieldOptions :: Maybe [TableFieldOption]
- newTableFieldOptions :: TableFieldOptions
- tableFieldOptions_order :: Lens' TableFieldOptions (Maybe [Text])
- tableFieldOptions_selectedFieldOptions :: Lens' TableFieldOptions (Maybe [TableFieldOption])
Documentation
data TableFieldOptions Source #
The field options for a table visual.
See: newTableFieldOptions smart constructor.
Constructors
| TableFieldOptions' | |
Fields
| |
Instances
newTableFieldOptions :: TableFieldOptions Source #
Create a value of TableFieldOptions 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:order:TableFieldOptions', tableFieldOptions_order - The order of field IDs of the field options for a table visual.
$sel:selectedFieldOptions:TableFieldOptions', tableFieldOptions_selectedFieldOptions - The selected field options for the table field options.
tableFieldOptions_order :: Lens' TableFieldOptions (Maybe [Text]) Source #
The order of field IDs of the field options for a table visual.
tableFieldOptions_selectedFieldOptions :: Lens' TableFieldOptions (Maybe [TableFieldOption]) Source #
The selected field options for the table field options.