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

Description

 
Synopsis

Documentation

data GlobalTableBorderOptions Source #

Determines the border options for a table visual.

See: newGlobalTableBorderOptions smart constructor.

Constructors

GlobalTableBorderOptions' 

Fields

Instances

Instances details
FromJSON GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

ToJSON GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Generic GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Associated Types

type Rep GlobalTableBorderOptions :: Type -> Type #

Read GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Show GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

NFData GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Eq GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Hashable GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

type Rep GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

type Rep GlobalTableBorderOptions = D1 ('MetaData "GlobalTableBorderOptions" "Amazonka.QuickSight.Types.GlobalTableBorderOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GlobalTableBorderOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sideSpecificBorder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableSideBorderOptions)) :*: S1 ('MetaSel ('Just "uniformBorder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableBorderOptions))))

newGlobalTableBorderOptions :: GlobalTableBorderOptions Source #

Create a value of GlobalTableBorderOptions 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:sideSpecificBorder:GlobalTableBorderOptions', globalTableBorderOptions_sideSpecificBorder - Determines the options for side specific border.

$sel:uniformBorder:GlobalTableBorderOptions', globalTableBorderOptions_uniformBorder - Determines the options for uniform border.