Class: Aws::QuickSight::Types::BarChartFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#bar_chart_aggregated_field_wellsTypes::BarChartAggregatedFieldWells

The aggregated field wells of a bar chart.



2553
2554
2555
2556
2557
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2553

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