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.TileLayoutStyle

Description

 
Synopsis

Documentation

data TileLayoutStyle Source #

The display options for the layout of tiles on a sheet.

See: newTileLayoutStyle smart constructor.

Constructors

TileLayoutStyle' 

Fields

Instances

Instances details
FromJSON TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

ToJSON TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Generic TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Associated Types

type Rep TileLayoutStyle :: Type -> Type #

Read TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Show TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

NFData TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Methods

rnf :: TileLayoutStyle -> () #

Eq TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Hashable TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

type Rep TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

type Rep TileLayoutStyle = D1 ('MetaData "TileLayoutStyle" "Amazonka.QuickSight.Types.TileLayoutStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TileLayoutStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gutter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GutterStyle)) :*: S1 ('MetaSel ('Just "margin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarginStyle))))

newTileLayoutStyle :: TileLayoutStyle Source #

Create a value of TileLayoutStyle 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:gutter:TileLayoutStyle', tileLayoutStyle_gutter - The gutter settings that apply between tiles.

$sel:margin:TileLayoutStyle', tileLayoutStyle_margin - The margin settings that apply around the outside edge of sheets.

tileLayoutStyle_gutter :: Lens' TileLayoutStyle (Maybe GutterStyle) Source #

The gutter settings that apply between tiles.

tileLayoutStyle_margin :: Lens' TileLayoutStyle (Maybe MarginStyle) Source #

The margin settings that apply around the outside edge of sheets.