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

Description

 
Synopsis

Documentation

data BinWidthOptions Source #

The options that determine the bin width of a histogram.

See: newBinWidthOptions smart constructor.

Constructors

BinWidthOptions' 

Fields

Instances

Instances details
FromJSON BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

ToJSON BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Generic BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Associated Types

type Rep BinWidthOptions :: Type -> Type #

Read BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Show BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

NFData BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Methods

rnf :: BinWidthOptions -> () #

Eq BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Hashable BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

type Rep BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

type Rep BinWidthOptions = D1 ('MetaData "BinWidthOptions" "Amazonka.QuickSight.Types.BinWidthOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BinWidthOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "binCountLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newBinWidthOptions :: BinWidthOptions Source #

Create a value of BinWidthOptions 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:binCountLimit:BinWidthOptions', binWidthOptions_binCountLimit - The options that determine the bin count limit.

$sel:value:BinWidthOptions', binWidthOptions_value - The options that determine the bin width value.

binWidthOptions_binCountLimit :: Lens' BinWidthOptions (Maybe Natural) Source #

The options that determine the bin count limit.

binWidthOptions_value :: Lens' BinWidthOptions (Maybe Double) Source #

The options that determine the bin width value.