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

Inherits:
Struct
  • Object
show all
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

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.



4333
4334
4335
4336
4337
# File 'lib/aws-sdk-quicksight/types.rb', line 4333

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