Class: Aws::QuickSight::Types::WaterfallChartFieldWells

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The field well configuration of a waterfall visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#waterfall_chart_aggregated_field_wellsTypes::WaterfallChartAggregatedFieldWells

The field well configuration of a waterfall visual.



35160
35161
35162
35163
35164
# File 'lib/aws-sdk-quicksight/types.rb', line 35160

class WaterfallChartFieldWells < Struct.new(
  :waterfall_chart_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end