Class: Aws::QuickSight::Types::HistogramFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HistogramFieldWells
- 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
-
#histogram_aggregated_field_wells ⇒ Types::HistogramAggregatedFieldWells
The field well configuration of a histogram.
Instance Attribute Details
#histogram_aggregated_field_wells ⇒ Types::HistogramAggregatedFieldWells
The field well configuration of a histogram.
18458 18459 18460 18461 18462 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18458 class HistogramFieldWells < Struct.new( :histogram_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |