Class: Aws::QuickSight::Types::RadarChartAggregatedFieldWells

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

Overview

The aggregated field well configuration of a RadarChartVisual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryArray<Types::DimensionField>

The aggregated field well categories of a radar chart.

Returns:



22862
22863
22864
22865
22866
22867
22868
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22862

class RadarChartAggregatedFieldWells < Struct.new(
  :category,
  :color,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#colorArray<Types::DimensionField>

The color that are assigned to the aggregated field wells of a radar chart.

Returns:



22862
22863
22864
22865
22866
22867
22868
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22862

class RadarChartAggregatedFieldWells < Struct.new(
  :category,
  :color,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::MeasureField>

The values that are assigned to the aggregated field wells of a radar chart.

Returns:



22862
22863
22864
22865
22866
22867
22868
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22862

class RadarChartAggregatedFieldWells < Struct.new(
  :category,
  :color,
  :values)
  SENSITIVE = []
  include Aws::Structure
end