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

Description

 
Synopsis

Documentation

data HistogramBinOptions Source #

The options that determine the presentation of histogram bins.

See: newHistogramBinOptions smart constructor.

Constructors

HistogramBinOptions' 

Fields

Instances

Instances details
FromJSON HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

ToJSON HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Generic HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Associated Types

type Rep HistogramBinOptions :: Type -> Type #

Read HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Show HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

NFData HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Methods

rnf :: HistogramBinOptions -> () #

Eq HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Hashable HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

type Rep HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

type Rep HistogramBinOptions = D1 ('MetaData "HistogramBinOptions" "Amazonka.QuickSight.Types.HistogramBinOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HistogramBinOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "binCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BinCountOptions)) :*: S1 ('MetaSel ('Just "binWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BinWidthOptions))) :*: (S1 ('MetaSel ('Just "selectedBinType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistogramBinType)) :*: S1 ('MetaSel ('Just "startValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newHistogramBinOptions :: HistogramBinOptions Source #

Create a value of HistogramBinOptions 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:binCount:HistogramBinOptions', histogramBinOptions_binCount - The options that determine the bin count of a histogram.

$sel:binWidth:HistogramBinOptions', histogramBinOptions_binWidth - The options that determine the bin width of a histogram.

$sel:selectedBinType:HistogramBinOptions', histogramBinOptions_selectedBinType - The options that determine the selected bin type.

$sel:startValue:HistogramBinOptions', histogramBinOptions_startValue - The options that determine the bin start value.

histogramBinOptions_binCount :: Lens' HistogramBinOptions (Maybe BinCountOptions) Source #

The options that determine the bin count of a histogram.

histogramBinOptions_binWidth :: Lens' HistogramBinOptions (Maybe BinWidthOptions) Source #

The options that determine the bin width of a histogram.

histogramBinOptions_selectedBinType :: Lens' HistogramBinOptions (Maybe HistogramBinType) Source #

The options that determine the selected bin type.

histogramBinOptions_startValue :: Lens' HistogramBinOptions (Maybe Double) Source #

The options that determine the bin start value.