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

Description

 
Synopsis

Documentation

data TotalOptions Source #

The total options for a table visual.

See: newTotalOptions smart constructor.

Constructors

TotalOptions' 

Fields

Instances

Instances details
FromJSON TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

ToJSON TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Generic TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Associated Types

type Rep TotalOptions :: Type -> Type #

Read TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Show TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

NFData TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Methods

rnf :: TotalOptions -> () #

Eq TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Hashable TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

type Rep TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

type Rep TotalOptions = D1 ('MetaData "TotalOptions" "Amazonka.QuickSight.Types.TotalOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TotalOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "placement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableTotalsPlacement))) :*: (S1 ('MetaSel ('Just "scrollStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableTotalsScrollStatus)) :*: (S1 ('MetaSel ('Just "totalCellStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellStyle)) :*: S1 ('MetaSel ('Just "totalsVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))))

newTotalOptions :: TotalOptions Source #

Create a value of TotalOptions 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:customLabel:TotalOptions', totalOptions_customLabel - The custom label string for the total cells.

$sel:placement:TotalOptions', totalOptions_placement - The placement (start, end) for the total cells.

$sel:scrollStatus:TotalOptions', totalOptions_scrollStatus - The scroll status (pinned, scrolled) for the total cells.

$sel:totalCellStyle:TotalOptions', totalOptions_totalCellStyle - Cell styling options for the total cells.

$sel:totalsVisibility:TotalOptions', totalOptions_totalsVisibility - The visibility configuration for the total cells.

totalOptions_customLabel :: Lens' TotalOptions (Maybe Text) Source #

The custom label string for the total cells.

totalOptions_placement :: Lens' TotalOptions (Maybe TableTotalsPlacement) Source #

The placement (start, end) for the total cells.

totalOptions_scrollStatus :: Lens' TotalOptions (Maybe TableTotalsScrollStatus) Source #

The scroll status (pinned, scrolled) for the total cells.

totalOptions_totalCellStyle :: Lens' TotalOptions (Maybe TableCellStyle) Source #

Cell styling options for the total cells.

totalOptions_totalsVisibility :: Lens' TotalOptions (Maybe Visibility) Source #

The visibility configuration for the total cells.