Class: Aws::QuickSight::Types::PieChartFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PieChartFieldWells
- Includes:
- Structure
- Defined in:
- 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
-
#pie_chart_aggregated_field_wells ⇒ Types::PieChartAggregatedFieldWells
The field well configuration of a pie chart.
Instance Attribute Details
#pie_chart_aggregated_field_wells ⇒ Types::PieChartAggregatedFieldWells
The field well configuration of a pie chart.
24156 24157 24158 24159 24160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24156 class PieChartFieldWells < Struct.new( :pie_chart_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |