Class: Aws::QuickSight::Types::BoxPlotStyleOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BoxPlotStyleOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The style options of the box plot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fill_style ⇒ String
The fill styles (solid, transparent) of the box plot.
Instance Attribute Details
#fill_style ⇒ String
The fill styles (solid, transparent) of the box plot.
3471 3472 3473 3474 3475 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3471 class BoxPlotStyleOptions < Struct.new( :fill_style) SENSITIVE = [] include Aws::Structure end |