| 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.AxisLabelReferenceOptions
Description
Synopsis
- data AxisLabelReferenceOptions = AxisLabelReferenceOptions' {}
- newAxisLabelReferenceOptions :: Text -> ColumnIdentifier -> AxisLabelReferenceOptions
- axisLabelReferenceOptions_fieldId :: Lens' AxisLabelReferenceOptions Text
- axisLabelReferenceOptions_column :: Lens' AxisLabelReferenceOptions ColumnIdentifier
Documentation
data AxisLabelReferenceOptions Source #
The reference that specifies where the axis label is applied to.
See: newAxisLabelReferenceOptions smart constructor.
Constructors
| AxisLabelReferenceOptions' | |
Fields
| |
Instances
newAxisLabelReferenceOptions Source #
Arguments
| :: Text | |
| -> ColumnIdentifier | |
| -> AxisLabelReferenceOptions |
Create a value of AxisLabelReferenceOptions 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:fieldId:AxisLabelReferenceOptions', axisLabelReferenceOptions_fieldId - The field that the axis label is targeted to.
$sel:column:AxisLabelReferenceOptions', axisLabelReferenceOptions_column - The column that the axis label is targeted to.
axisLabelReferenceOptions_fieldId :: Lens' AxisLabelReferenceOptions Text Source #
The field that the axis label is targeted to.
axisLabelReferenceOptions_column :: Lens' AxisLabelReferenceOptions ColumnIdentifier Source #
The column that the axis label is targeted to.