Class: Aws::QuickSight::Types::FunnelChartAggregatedFieldWells

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

Overview

The field well configuration of a FunnelChartVisual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryArray<Types::DimensionField>

The category field wells of a funnel chart. Values are grouped by category fields.

Returns:



15312
15313
15314
15315
15316
15317
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15312

class FunnelChartAggregatedFieldWells < Struct.new(
  :category,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::MeasureField>

The value field wells of a funnel chart. Values are aggregated based on categories.

Returns:



15312
15313
15314
15315
15316
15317
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15312

class FunnelChartAggregatedFieldWells < Struct.new(
  :category,
  :values)
  SENSITIVE = []
  include Aws::Structure
end