Class: Aws::QuickSight::Types::RadarChartAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RadarChartAggregatedFieldWells
- 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
-
#category ⇒ Array<Types::DimensionField>
The aggregated field well categories of a radar chart.
-
#color ⇒ Array<Types::DimensionField>
The color that are assigned to the aggregated field wells of a radar chart.
-
#values ⇒ Array<Types::MeasureField>
The values that are assigned to the aggregated field wells of a radar chart.
Instance Attribute Details
#category ⇒ Array<Types::DimensionField>
The aggregated field well categories of a radar chart.
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 |
#color ⇒ Array<Types::DimensionField>
The color that are assigned to the aggregated field wells of a radar chart.
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 |
#values ⇒ Array<Types::MeasureField>
The values that are assigned to the aggregated field wells of a radar chart.
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 |