Class: Aws::QuickSight::Types::ComboChartFieldWells

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

Instance Attribute Details

#combo_chart_aggregated_field_wellsTypes::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.



3931
3932
3933
3934
3935
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3931

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