Class: Aws::QuickSight::Types::WaterfallChartAggregatedFieldWells
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::WaterfallChartAggregatedFieldWells
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a waterfall visual.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #breakdowns  ⇒ Array<Types::DimensionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The breakdown field wells of a waterfall visual. 
- 
  
    
      #categories  ⇒ Array<Types::DimensionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The category field wells of a waterfall visual. 
- 
  
    
      #values  ⇒ Array<Types::MeasureField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value field wells of a waterfall visual. 
Instance Attribute Details
#breakdowns ⇒ Array<Types::DimensionField>
The breakdown field wells of a waterfall visual.
| 41640 41641 41642 41643 41644 41645 41646 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41640 class WaterfallChartAggregatedFieldWells < Struct.new( :categories, :values, :breakdowns) SENSITIVE = [] include Aws::Structure end | 
#categories ⇒ Array<Types::DimensionField>
The category field wells of a waterfall visual.
| 41640 41641 41642 41643 41644 41645 41646 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41640 class WaterfallChartAggregatedFieldWells < Struct.new( :categories, :values, :breakdowns) SENSITIVE = [] include Aws::Structure end | 
#values ⇒ Array<Types::MeasureField>
The value field wells of a waterfall visual.
| 41640 41641 41642 41643 41644 41645 41646 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41640 class WaterfallChartAggregatedFieldWells < Struct.new( :categories, :values, :breakdowns) SENSITIVE = [] include Aws::Structure end |