Class: Aws::QuickSight::Types::WaterfallChartAggregatedFieldWells

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#breakdownsArray<Types::DimensionField>

The breakdown field wells of a waterfall visual.

Returns:



38874
38875
38876
38877
38878
38879
38880
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38874

class WaterfallChartAggregatedFieldWells < Struct.new(
  :categories,
  :values,
  :breakdowns)
  SENSITIVE = []
  include Aws::Structure
end

#categoriesArray<Types::DimensionField>

The category field wells of a waterfall visual.

Returns:



38874
38875
38876
38877
38878
38879
38880
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38874

class WaterfallChartAggregatedFieldWells < Struct.new(
  :categories,
  :values,
  :breakdowns)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::MeasureField>

The value field wells of a waterfall visual.

Returns:



38874
38875
38876
38877
38878
38879
38880
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38874

class WaterfallChartAggregatedFieldWells < Struct.new(
  :categories,
  :values,
  :breakdowns)
  SENSITIVE = []
  include Aws::Structure
end