Class: Aws::QuickSight::Types::RadarChartFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RadarChartFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field wells of a radar chart visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#radar_chart_aggregated_field_wells ⇒ Types::RadarChartAggregatedFieldWells
The aggregated field wells of a radar chart visual.
Instance Attribute Details
#radar_chart_aggregated_field_wells ⇒ Types::RadarChartAggregatedFieldWells
The aggregated field wells of a radar chart visual.
25209 25210 25211 25212 25213 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25209 class RadarChartFieldWells < Struct.new( :radar_chart_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |