Class: Aws::QuickSight::Types::BarChartFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BarChartFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field wells of a ‘BarChartVisual`.
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
-
#bar_chart_aggregated_field_wells ⇒ Types::BarChartAggregatedFieldWells
The aggregated field wells of a bar chart.
Instance Attribute Details
#bar_chart_aggregated_field_wells ⇒ Types::BarChartAggregatedFieldWells
The aggregated field wells of a bar chart.
2829 2830 2831 2832 2833 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2829 class BarChartFieldWells < Struct.new( :bar_chart_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |