Class: Aws::QuickSight::Types::PieChartFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The field well configuration of a pie chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pie_chart_aggregated_field_wellsTypes::PieChartAggregatedFieldWells

The field well configuration of a pie chart.



21943
21944
21945
21946
21947
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21943

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