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

Description

 
Synopsis

Documentation

data TableSideBorderOptions Source #

The side border options for a table.

See: newTableSideBorderOptions smart constructor.

Constructors

TableSideBorderOptions' 

Fields

Instances

Instances details
FromJSON TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

ToJSON TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Generic TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Associated Types

type Rep TableSideBorderOptions :: Type -> Type #

Read TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Show TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

NFData TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Methods

rnf :: TableSideBorderOptions -> () #

Eq TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Hashable TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

type Rep TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

newTableSideBorderOptions :: TableSideBorderOptions Source #

Create a value of TableSideBorderOptions 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:bottom:TableSideBorderOptions', tableSideBorderOptions_bottom - The table border options of the bottom border.

$sel:innerHorizontal:TableSideBorderOptions', tableSideBorderOptions_innerHorizontal - The table border options of the inner horizontal border.

$sel:innerVertical:TableSideBorderOptions', tableSideBorderOptions_innerVertical - The table border options of the inner vertical border.

$sel:left:TableSideBorderOptions', tableSideBorderOptions_left - The table border options of the left border.

$sel:right:TableSideBorderOptions', tableSideBorderOptions_right - The table border options of the right border.

$sel:top:TableSideBorderOptions', tableSideBorderOptions_top - The table border options of the top border.

tableSideBorderOptions_innerHorizontal :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #

The table border options of the inner horizontal border.

tableSideBorderOptions_innerVertical :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #

The table border options of the inner vertical border.