Class: Aws::QuickSight::Types::ComboChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ComboChartAggregatedFieldWells
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The aggregated field wells of a combo chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bar_values ⇒ Array<Types::MeasureField>
The aggregated
BarValuesfield well of a combo chart. -
#category ⇒ Array<Types::DimensionField>
The aggregated category field wells of a combo chart.
-
#colors ⇒ Array<Types::DimensionField>
The aggregated colors field well of a combo chart.
-
#line_values ⇒ Array<Types::MeasureField>
The aggregated
LineValuesfield well of a combo chart.
Instance Attribute Details
#bar_values ⇒ Array<Types::MeasureField>
The aggregated BarValues field well of a combo chart.
5433 5434 5435 5436 5437 5438 5439 5440 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5433 class ComboChartAggregatedFieldWells < Struct.new( :category, :bar_values, :colors, :line_values) SENSITIVE = [] include Aws::Structure end |
#category ⇒ Array<Types::DimensionField>
The aggregated category field wells of a combo chart.
5433 5434 5435 5436 5437 5438 5439 5440 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5433 class ComboChartAggregatedFieldWells < Struct.new( :category, :bar_values, :colors, :line_values) SENSITIVE = [] include Aws::Structure end |
#colors ⇒ Array<Types::DimensionField>
The aggregated colors field well of a combo chart.
5433 5434 5435 5436 5437 5438 5439 5440 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5433 class ComboChartAggregatedFieldWells < Struct.new( :category, :bar_values, :colors, :line_values) SENSITIVE = [] include Aws::Structure end |
#line_values ⇒ Array<Types::MeasureField>
The aggregated LineValues field well of a combo chart.
5433 5434 5435 5436 5437 5438 5439 5440 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5433 class ComboChartAggregatedFieldWells < Struct.new( :category, :bar_values, :colors, :line_values) SENSITIVE = [] include Aws::Structure end |