| 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.SheetElementConfigurationOverrides
Description
Synopsis
Documentation
data SheetElementConfigurationOverrides Source #
The override configuration of the rendering rules of a sheet.
See: newSheetElementConfigurationOverrides smart constructor.
Constructors
| SheetElementConfigurationOverrides' | |
Fields
| |
Instances
newSheetElementConfigurationOverrides :: SheetElementConfigurationOverrides Source #
Create a value of SheetElementConfigurationOverrides 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:visibility:SheetElementConfigurationOverrides', sheetElementConfigurationOverrides_visibility - Determines whether or not the overrides are visible. Choose one of the
following options:
VISIBLE
HIDDEN
sheetElementConfigurationOverrides_visibility :: Lens' SheetElementConfigurationOverrides (Maybe Visibility) Source #
Determines whether or not the overrides are visible. Choose one of the following options:
VISIBLE
HIDDEN