Method: Aws::QuickSight::Types::FunnelChartAggregatedFieldWells#values

Defined in:
lib/aws-sdk-quicksight/types.rb

#valuesArray<Types::MeasureField>

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



17399
17400
17401
17402
17403
17404
# File 'lib/aws-sdk-quicksight/types.rb', line 17399

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