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.



24010
24011
24012
24013
24014
# File 'lib/aws-sdk-quicksight/types.rb', line 24010

class RadarChartFieldWells < Struct.new(
  :radar_chart_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end