Class: Aws::QuickSight::Types::BarChartAggregatedFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The aggregated field wells of a bar chart.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryArray<Types::DimensionField>

The category (y-axis) field well of a bar chart.

Returns:



2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2452

class BarChartAggregatedFieldWells < Struct.new(
  :category,
  :values,
  :colors,
  :small_multiples)
  SENSITIVE = []
  include Aws::Structure
end

#colorsArray<Types::DimensionField>

The color (group/color) field well of a bar chart.

Returns:



2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2452

class BarChartAggregatedFieldWells < Struct.new(
  :category,
  :values,
  :colors,
  :small_multiples)
  SENSITIVE = []
  include Aws::Structure
end

#small_multiplesArray<Types::DimensionField>

The small multiples field well of a bar chart.

Returns:



2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2452

class BarChartAggregatedFieldWells < Struct.new(
  :category,
  :values,
  :colors,
  :small_multiples)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::MeasureField>

The value field wells of a bar chart. Values are aggregated by category.

Returns:



2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2452

class BarChartAggregatedFieldWells < Struct.new(
  :category,
  :values,
  :colors,
  :small_multiples)
  SENSITIVE = []
  include Aws::Structure
end