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:



39414
39415
39416
39417
39418
39419
39420
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39414

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

#categoriesArray<Types::DimensionField>

The category field wells of a waterfall visual.

Returns:



39414
39415
39416
39417
39418
39419
39420
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39414

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

#valuesArray<Types::MeasureField>

The value field wells of a waterfall visual.

Returns:



39414
39415
39416
39417
39418
39419
39420
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39414

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