Class: Aws::QuickSight::Types::BoxPlotOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BoxPlotOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options of a box plot visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#all_data_points_visibility ⇒ String
Determines the visibility of all data points of the box plot.
-
#outlier_visibility ⇒ String
Determines the visibility of the outlier in a box plot.
-
#style_options ⇒ Types::BoxPlotStyleOptions
The style options of the box plot.
Instance Attribute Details
#all_data_points_visibility ⇒ String
Determines the visibility of all data points of the box plot.
3303 3304 3305 3306 3307 3308 3309 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3303 class BoxPlotOptions < Struct.new( :style_options, :outlier_visibility, :all_data_points_visibility) SENSITIVE = [] include Aws::Structure end |
#outlier_visibility ⇒ String
Determines the visibility of the outlier in a box plot.
3303 3304 3305 3306 3307 3308 3309 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3303 class BoxPlotOptions < Struct.new( :style_options, :outlier_visibility, :all_data_points_visibility) SENSITIVE = [] include Aws::Structure end |
#style_options ⇒ Types::BoxPlotStyleOptions
The style options of the box plot.
3303 3304 3305 3306 3307 3308 3309 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3303 class BoxPlotOptions < Struct.new( :style_options, :outlier_visibility, :all_data_points_visibility) SENSITIVE = [] include Aws::Structure end |