| 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.TableBorderOptions
Description
Synopsis
- data TableBorderOptions = TableBorderOptions' {}
- newTableBorderOptions :: TableBorderOptions
- tableBorderOptions_color :: Lens' TableBorderOptions (Maybe Text)
- tableBorderOptions_style :: Lens' TableBorderOptions (Maybe TableBorderStyle)
- tableBorderOptions_thickness :: Lens' TableBorderOptions (Maybe Natural)
Documentation
data TableBorderOptions Source #
The border options for a table border.
See: newTableBorderOptions smart constructor.
Constructors
| TableBorderOptions' | |
Instances
newTableBorderOptions :: TableBorderOptions Source #
Create a value of TableBorderOptions 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:color:TableBorderOptions', tableBorderOptions_color - The color of a table border.
$sel:style:TableBorderOptions', tableBorderOptions_style - The style (none, solid) of a table border.
$sel:thickness:TableBorderOptions', tableBorderOptions_thickness - The thickness of a table border.
tableBorderOptions_color :: Lens' TableBorderOptions (Maybe Text) Source #
The color of a table border.
tableBorderOptions_style :: Lens' TableBorderOptions (Maybe TableBorderStyle) Source #
The style (none, solid) of a table border.
tableBorderOptions_thickness :: Lens' TableBorderOptions (Maybe Natural) Source #
The thickness of a table border.