Class: Aws::QuickSight::Types::BoxPlotStyleOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fill_styleString

The fill styles (solid, transparent) of the box plot.

Returns:

  • (String)


2982
2983
2984
2985
2986
# File 'lib/aws-sdk-quicksight/types.rb', line 2982

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