| 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.AxisDataOptions
Description
Documentation
data AxisDataOptions Source #
The data options for an axis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newAxisDataOptions smart constructor.
Constructors
| AxisDataOptions' | |
Fields
| |
Instances
newAxisDataOptions :: AxisDataOptions Source #
Create a value of AxisDataOptions 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:dateAxisOptions:AxisDataOptions', axisDataOptions_dateAxisOptions - The options for an axis with a date field.
$sel:numericAxisOptions:AxisDataOptions', axisDataOptions_numericAxisOptions - The options for an axis with a numeric field.
axisDataOptions_dateAxisOptions :: Lens' AxisDataOptions (Maybe DateAxisOptions) Source #
The options for an axis with a date field.
axisDataOptions_numericAxisOptions :: Lens' AxisDataOptions (Maybe NumericAxisOptions) Source #
The options for an axis with a numeric field.