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.



23093
23094
23095
23096
23097
# File 'lib/aws-sdk-quicksight/types.rb', line 23093

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