Class: Aws::QuickSight::Types::LineChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LineChartAggregatedFieldWells
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a line chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ Array<Types::DimensionField>
The category field wells of a line chart.
-
#colors ⇒ Array<Types::DimensionField>
The color field wells of a line chart.
-
#small_multiples ⇒ Array<Types::DimensionField>
The small multiples field well of a line chart.
-
#values ⇒ Array<Types::MeasureField>
The value field wells of a line chart.
Instance Attribute Details
#category ⇒ Array<Types::DimensionField>
The category field wells of a line chart. Values are grouped by category fields.
17525 17526 17527 17528 17529 17530 17531 17532 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17525 class LineChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#colors ⇒ Array<Types::DimensionField>
The color field wells of a line chart. Values are grouped by category fields.
17525 17526 17527 17528 17529 17530 17531 17532 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17525 class LineChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#small_multiples ⇒ Array<Types::DimensionField>
The small multiples field well of a line chart.
17525 17526 17527 17528 17529 17530 17531 17532 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17525 class LineChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The value field wells of a line chart. Values are aggregated based on categories.
17525 17526 17527 17528 17529 17530 17531 17532 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17525 class LineChartAggregatedFieldWells < Struct.new( :category, :values, :colors, :small_multiples) SENSITIVE = [] include Aws::Structure end |