| 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.DataLabelType
Description
Synopsis
- data DataLabelType = DataLabelType' {}
- newDataLabelType :: DataLabelType
- dataLabelType_dataPathLabelType :: Lens' DataLabelType (Maybe DataPathLabelType)
- dataLabelType_fieldLabelType :: Lens' DataLabelType (Maybe FieldLabelType)
- dataLabelType_maximumLabelType :: Lens' DataLabelType (Maybe MaximumLabelType)
- dataLabelType_minimumLabelType :: Lens' DataLabelType (Maybe MinimumLabelType)
- dataLabelType_rangeEndsLabelType :: Lens' DataLabelType (Maybe RangeEndsLabelType)
Documentation
data DataLabelType Source #
The option that determines the data label type.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newDataLabelType smart constructor.
Constructors
| DataLabelType' | |
Fields
| |
Instances
newDataLabelType :: DataLabelType Source #
Create a value of DataLabelType 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:dataPathLabelType:DataLabelType', dataLabelType_dataPathLabelType - The option that specifies individual data values for labels.
$sel:fieldLabelType:DataLabelType', dataLabelType_fieldLabelType - Determines the label configuration for the entire field.
$sel:maximumLabelType:DataLabelType', dataLabelType_maximumLabelType - Determines the label configuration for the maximum value in a visual.
$sel:minimumLabelType:DataLabelType', dataLabelType_minimumLabelType - Determines the label configuration for the minimum value in a visual.
$sel:rangeEndsLabelType:DataLabelType', dataLabelType_rangeEndsLabelType - Determines the label configuration for range end value in a visual.
dataLabelType_dataPathLabelType :: Lens' DataLabelType (Maybe DataPathLabelType) Source #
The option that specifies individual data values for labels.
dataLabelType_fieldLabelType :: Lens' DataLabelType (Maybe FieldLabelType) Source #
Determines the label configuration for the entire field.
dataLabelType_maximumLabelType :: Lens' DataLabelType (Maybe MaximumLabelType) Source #
Determines the label configuration for the maximum value in a visual.
dataLabelType_minimumLabelType :: Lens' DataLabelType (Maybe MinimumLabelType) Source #
Determines the label configuration for the minimum value in a visual.
dataLabelType_rangeEndsLabelType :: Lens' DataLabelType (Maybe RangeEndsLabelType) Source #
Determines the label configuration for range end value in a visual.