Class: Aws::QuickSight::Types::HistogramAggregatedFieldWells

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

Overview

The field well configuration of a histogram.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<Types::MeasureField>

The value field wells of a histogram. Values are aggregated by ‘COUNT` or `DISTINCT_COUNT`.

Returns:



18361
18362
18363
18364
18365
# File 'lib/aws-sdk-quicksight/types.rb', line 18361

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