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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



26638
26639
26640
26641
26642
26643
26644
# File 'lib/aws-sdk-quicksight/types.rb', line 26638

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:



26638
26639
26640
26641
26642
26643
26644
# File 'lib/aws-sdk-quicksight/types.rb', line 26638

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:



26638
26639
26640
26641
26642
26643
26644
# File 'lib/aws-sdk-quicksight/types.rb', line 26638

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