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

Description

 
Synopsis

Documentation

data TableBorderOptions Source #

The border options for a table border.

See: newTableBorderOptions smart constructor.

Constructors

TableBorderOptions' 

Fields

Instances

Instances details
FromJSON TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

ToJSON TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Generic TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Associated Types

type Rep TableBorderOptions :: Type -> Type #

Read TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Show TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

NFData TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Methods

rnf :: TableBorderOptions -> () #

Eq TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Hashable TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

type Rep TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

type Rep TableBorderOptions = D1 ('MetaData "TableBorderOptions" "Amazonka.QuickSight.Types.TableBorderOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableBorderOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "style") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableBorderStyle)) :*: S1 ('MetaSel ('Just "thickness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newTableBorderOptions :: TableBorderOptions Source #

Create a value of TableBorderOptions 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:color:TableBorderOptions', tableBorderOptions_color - The color of a table border.

$sel:style:TableBorderOptions', tableBorderOptions_style - The style (none, solid) of a table border.

$sel:thickness:TableBorderOptions', tableBorderOptions_thickness - The thickness of a table border.

tableBorderOptions_style :: Lens' TableBorderOptions (Maybe TableBorderStyle) Source #

The style (none, solid) of a table border.