Class: Aws::QuickSight::Types::BoxPlotFieldWells

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

Instance Attribute Details

#box_plot_aggregated_field_wellsTypes::BoxPlotAggregatedFieldWells

The aggregated field wells of a box plot.



2925
2926
2927
2928
2929
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2925

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