Class: Aws::QuickSight::Types::RadarChartFieldWells

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

Instance Attribute Details

#radar_chart_aggregated_field_wellsTypes::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