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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



17028
17029
17030
17031
17032
17033
# File 'lib/aws-sdk-quicksight/types.rb', line 17028

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:



17028
17029
17030
17031
17032
17033
# File 'lib/aws-sdk-quicksight/types.rb', line 17028

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