libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Read TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Show 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 #

NFData TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Methods

rnf :: TileLayoutStyle -> () #

Hashable TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

ToJSON TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TileLayoutStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "margin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarginStyle)) :*: S1 ('MetaSel ('Just "gutter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GutterStyle))))

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:margin:TileLayoutStyle', tileLayoutStyle_margin - The margin settings that apply around the outside edge of sheets.

$sel:gutter:TileLayoutStyle', tileLayoutStyle_gutter - 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.

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

The gutter settings that apply between tiles.