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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2982

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