Class: Aws::QuickSight::Types::LineChartAggregatedFieldWells

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#categoryArray<Types::DimensionField>

The category field wells of a line chart. Values are grouped by category fields.

Returns:



17647
17648
17649
17650
17651
17652
17653
17654
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17647

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

#colorsArray<Types::DimensionField>

The color field wells of a line chart. Values are grouped by category fields.

Returns:



17647
17648
17649
17650
17651
17652
17653
17654
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17647

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

#small_multiplesArray<Types::DimensionField>

The small multiples field well of a line chart.

Returns:



17647
17648
17649
17650
17651
17652
17653
17654
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17647

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

#valuesArray<Types::MeasureField>

The value field wells of a line chart. Values are aggregated based on categories.

Returns:



17647
17648
17649
17650
17651
17652
17653
17654
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17647

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