| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.BinWidthOptions
Description
Documentation
data BinWidthOptions Source #
The options that determine the bin width of a histogram.
See: newBinWidthOptions smart constructor.
Constructors
| BinWidthOptions' | |
Instances
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.