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

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

#breakdownsArray<Types::DimensionField>

The breakdown field wells of a waterfall visual.

Returns:



35059
35060
35061
35062
35063
35064
35065
# File 'lib/aws-sdk-quicksight/types.rb', line 35059

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

#categoriesArray<Types::DimensionField>

The category field wells of a waterfall visual.

Returns:



35059
35060
35061
35062
35063
35064
35065
# File 'lib/aws-sdk-quicksight/types.rb', line 35059

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

#valuesArray<Types::MeasureField>

The value field wells of a waterfall visual.

Returns:



35059
35060
35061
35062
35063
35064
35065
# File 'lib/aws-sdk-quicksight/types.rb', line 35059

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