Class: Aws::QuickSight::Types::BoxPlotFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BoxPlotFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field wells of a ‘BoxPlotVisual`.
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
-
#box_plot_aggregated_field_wells ⇒ Types::BoxPlotAggregatedFieldWells
The aggregated field wells of a box plot.
Instance Attribute Details
#box_plot_aggregated_field_wells ⇒ Types::BoxPlotAggregatedFieldWells
The aggregated field wells of a box plot.
3414 3415 3416 3417 3418 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3414 class BoxPlotFieldWells < Struct.new( :box_plot_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |