amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.SheetControlLayout

Description

 
Synopsis

Documentation

data SheetControlLayout Source #

A grid layout to define the placement of sheet control.

See: newSheetControlLayout smart constructor.

Constructors

SheetControlLayout' 

Fields

Instances

Instances details
FromJSON SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

ToJSON SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Generic SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Associated Types

type Rep SheetControlLayout :: Type -> Type #

Read SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Show SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

NFData SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Methods

rnf :: SheetControlLayout -> () #

Eq SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Hashable SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

type Rep SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

type Rep SheetControlLayout = D1 ('MetaData "SheetControlLayout" "Amazonka.QuickSight.Types.SheetControlLayout" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetControlLayout'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SheetControlLayoutConfiguration)))

newSheetControlLayout Source #

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.