Class: Aws::QuickSight::Types::BarChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BarChartAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The aggregated field wells of a bar chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ Array<Types::DimensionField>
The category (y-axis) field well of a bar chart.
-
#colors ⇒ Array<Types::DimensionField>
The color (group/color) field well of a bar chart.
-
#small_multiples ⇒ Array<Types::DimensionField>
The small multiples field well of a bar chart.
-
#values ⇒ Array<Types::MeasureField>
The value field wells of a bar chart.
Instance Attribute Details
#category ⇒ Array<Types::DimensionField>
The category (y-axis) field well of a bar chart.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2698 class BarChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#colors ⇒ Array<Types::DimensionField>
The color (group/color) field well of a bar chart.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2698 class BarChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#small_multiples ⇒ Array<Types::DimensionField>
The small multiples field well of a bar chart.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2698 class BarChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The value field wells of a bar chart. Values are aggregated by category.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2698 class BarChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |