| 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.TreeMapFieldWells
Description
Documentation
data TreeMapFieldWells Source #
The field wells of a tree map.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newTreeMapFieldWells smart constructor.
Constructors
| TreeMapFieldWells' | |
Fields 
  | |
Instances
newTreeMapFieldWells :: TreeMapFieldWells Source #
Create a value of TreeMapFieldWells 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:treeMapAggregatedFieldWells:TreeMapFieldWells', treeMapFieldWells_treeMapAggregatedFieldWells - The aggregated field wells of a tree map.
treeMapFieldWells_treeMapAggregatedFieldWells :: Lens' TreeMapFieldWells (Maybe TreeMapAggregatedFieldWells) Source #
The aggregated field wells of a tree map.