Class: Aws::QuickSight::Types::PieChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PieChartAggregatedFieldWells
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a pie chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ Array<Types::DimensionField>
The category (group/color) field wells of a pie chart.
-
#small_multiples ⇒ Array<Types::DimensionField>
The small multiples field well of a pie chart.
-
#values ⇒ Array<Types::MeasureField>
The value field wells of a pie chart.
Instance Attribute Details
#category ⇒ Array<Types::DimensionField>
The category (group/color) field wells of a pie chart.
21381 21382 21383 21384 21385 21386 21387 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21381 class PieChartAggregatedFieldWells < Struct.new( :category, :values, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#small_multiples ⇒ Array<Types::DimensionField>
The small multiples field well of a pie chart.
21381 21382 21383 21384 21385 21386 21387 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21381 class PieChartAggregatedFieldWells < Struct.new( :category, :values, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The value field wells of a pie chart. Values are aggregated based on categories.
21381 21382 21383 21384 21385 21386 21387 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21381 class PieChartAggregatedFieldWells < Struct.new( :category, :values, :small_multiples) SENSITIVE = [] include Aws::Structure end |