Class: Aws::QuickSight::Types::ComboChartFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ComboChartFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field wells of the visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#combo_chart_aggregated_field_wells ⇒ Types::ComboChartAggregatedFieldWells
The aggregated field wells of a combo chart.
Instance Attribute Details
#combo_chart_aggregated_field_wells ⇒ Types::ComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4756 class ComboChartFieldWells < Struct.new( :combo_chart_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |