Class: Aws::QuickSight::Types::HistogramFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

#histogram_aggregated_field_wellsTypes::HistogramAggregatedFieldWells

The field well configuration of a histogram.



16924
16925
16926
16927
16928
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16924

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