| 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.GlobalTableBorderOptions
Description
Synopsis
- data GlobalTableBorderOptions = GlobalTableBorderOptions' {}
- newGlobalTableBorderOptions :: GlobalTableBorderOptions
- globalTableBorderOptions_sideSpecificBorder :: Lens' GlobalTableBorderOptions (Maybe TableSideBorderOptions)
- globalTableBorderOptions_uniformBorder :: Lens' GlobalTableBorderOptions (Maybe TableBorderOptions)
Documentation
data GlobalTableBorderOptions Source #
Determines the border options for a table visual.
See: newGlobalTableBorderOptions smart constructor.
Constructors
| GlobalTableBorderOptions' | |
Fields
| |
Instances
newGlobalTableBorderOptions :: GlobalTableBorderOptions Source #
Create a value of GlobalTableBorderOptions 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:sideSpecificBorder:GlobalTableBorderOptions', globalTableBorderOptions_sideSpecificBorder - Determines the options for side specific border.
$sel:uniformBorder:GlobalTableBorderOptions', globalTableBorderOptions_uniformBorder - Determines the options for uniform border.
globalTableBorderOptions_sideSpecificBorder :: Lens' GlobalTableBorderOptions (Maybe TableSideBorderOptions) Source #
Determines the options for side specific border.
globalTableBorderOptions_uniformBorder :: Lens' GlobalTableBorderOptions (Maybe TableBorderOptions) Source #
Determines the options for uniform border.