| 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.SheetControlLayout
Description
Documentation
data SheetControlLayout Source #
A grid layout to define the placement of sheet control.
See: newSheetControlLayout smart constructor.
Constructors
| SheetControlLayout' | |
Fields
| |
Instances
newSheetControlLayout Source #
Arguments
| :: SheetControlLayoutConfiguration | |
| -> SheetControlLayout |
Create a value of SheetControlLayout 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:configuration:SheetControlLayout', sheetControlLayout_configuration - The configuration that determines the elements and canvas size options
of sheet control.
sheetControlLayout_configuration :: Lens' SheetControlLayout SheetControlLayoutConfiguration Source #
The configuration that determines the elements and canvas size options of sheet control.