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:



33665
33666
33667
33668
33669
33670
33671
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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

#categoriesArray<Types::DimensionField>

The category field wells of a waterfall visual.

Returns:



33665
33666
33667
33668
33669
33670
33671
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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

#valuesArray<Types::MeasureField>

The value field wells of a waterfall visual.

Returns:



33665
33666
33667
33668
33669
33670
33671
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33665

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