| 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.DataPathValue
Description
Synopsis
Documentation
data DataPathValue Source #
The data path that needs to be sorted.
See: newDataPathValue smart constructor.
Constructors
| DataPathValue' | |
Fields
| |
Instances
Create a value of DataPathValue 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:DataPathValue', dataPathValue_fieldId - The field ID of the field that needs to be sorted.
$sel:fieldValue:DataPathValue', dataPathValue_fieldValue - The actual value of the field that needs to be sorted.
dataPathValue_fieldId :: Lens' DataPathValue Text Source #
The field ID of the field that needs to be sorted.
dataPathValue_fieldValue :: Lens' DataPathValue Text Source #
The actual value of the field that needs to be sorted.