Class: Aws::QuickSight::Types::TreeMapAggregatedFieldWells
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::TreeMapAggregatedFieldWells
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Aggregated field wells of a tree map.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #colors  ⇒ Array<Types::MeasureField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The color field well of a tree map. 
- 
  
    
      #groups  ⇒ Array<Types::DimensionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The group by field well of a tree map. 
- 
  
    
      #sizes  ⇒ Array<Types::MeasureField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The size field well of a tree map. 
Instance Attribute Details
#colors ⇒ Array<Types::MeasureField>
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
| 37272 37273 37274 37275 37276 37277 37278 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37272 class TreeMapAggregatedFieldWells < Struct.new( :groups, :sizes, :colors) SENSITIVE = [] include Aws::Structure end | 
#groups ⇒ Array<Types::DimensionField>
The group by field well of a tree map. Values are grouped based on group by fields.
| 37272 37273 37274 37275 37276 37277 37278 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37272 class TreeMapAggregatedFieldWells < Struct.new( :groups, :sizes, :colors) SENSITIVE = [] include Aws::Structure end | 
#sizes ⇒ Array<Types::MeasureField>
The size field well of a tree map. Values are aggregated based on group by fields.
| 37272 37273 37274 37275 37276 37277 37278 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37272 class TreeMapAggregatedFieldWells < Struct.new( :groups, :sizes, :colors) SENSITIVE = [] include Aws::Structure end |