Class: Aws::QuickSight::Types::WaterfallChartFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WaterfallChartFieldWells
- 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
-
#waterfall_chart_aggregated_field_wells ⇒ Types::WaterfallChartAggregatedFieldWells
The field well configuration of a waterfall visual.
Instance Attribute Details
#waterfall_chart_aggregated_field_wells ⇒ Types::WaterfallChartAggregatedFieldWells
The field well configuration of a waterfall visual.
49925 49926 49927 49928 49929 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49925 class WaterfallChartFieldWells < Struct.new( :waterfall_chart_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |