Class: Aws::QuickSight::Types::TreeMapFieldWells
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::TreeMapFieldWells
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #tree_map_aggregated_field_wells  ⇒ Types::TreeMapAggregatedFieldWells 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The aggregated field wells of a tree map. 
Instance Attribute Details
#tree_map_aggregated_field_wells ⇒ Types::TreeMapAggregatedFieldWells
The aggregated field wells of a tree map.
| 37354 37355 37356 37357 37358 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37354 class TreeMapFieldWells < Struct.new( :tree_map_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |