| 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.BorderStyle
Description
Synopsis
- data BorderStyle = BorderStyle' {}
 - newBorderStyle :: BorderStyle
 - borderStyle_show :: Lens' BorderStyle (Maybe Bool)
 
Documentation
data BorderStyle Source #
The display options for tile borders for visuals.
See: newBorderStyle smart constructor.
Constructors
| BorderStyle' | |
Instances
newBorderStyle :: BorderStyle Source #
Create a value of BorderStyle 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:show:BorderStyle', borderStyle_show - The option to enable display of borders for visuals.
borderStyle_show :: Lens' BorderStyle (Maybe Bool) Source #
The option to enable display of borders for visuals.