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

Description

 
Synopsis

Documentation

data GutterStyle Source #

The display options for gutter spacing between tiles on a sheet.

See: newGutterStyle smart constructor.

Constructors

GutterStyle' 

Fields

  • show :: Maybe Bool

    This Boolean value controls whether to display a gutter space between sheet tiles.

Instances

Instances details
Eq GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Read GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Show GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Generic GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Associated Types

type Rep GutterStyle :: Type -> Type #

NFData GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Methods

rnf :: GutterStyle -> () #

Hashable GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

ToJSON GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

FromJSON GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

type Rep GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

type Rep GutterStyle = D1 ('MetaData "GutterStyle" "Amazonka.QuickSight.Types.GutterStyle" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "GutterStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "show") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newGutterStyle :: GutterStyle Source #

Create a value of GutterStyle 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:show:GutterStyle', gutterStyle_show - This Boolean value controls whether to display a gutter space between sheet tiles.

gutterStyle_show :: Lens' GutterStyle (Maybe Bool) Source #

This Boolean value controls whether to display a gutter space between sheet tiles.