Class: Aws::QuickSight::Types::GeospatialNullSymbolStyle

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The symbol style for null data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fill_colorString

The color and opacity values for the fill color.

Returns:

  • (String)

18690
18691
18692
18693
18694
18695
18696
# File 'lib/aws-sdk-quicksight/types.rb', line 18690

class GeospatialNullSymbolStyle < Struct.new(
  :fill_color,
  :stroke_color,
  :stroke_width)
  SENSITIVE = []
  include Aws::Structure
end

#stroke_colorString

The color and opacity values for the stroke color.

Returns:

  • (String)

18690
18691
18692
18693
18694
18695
18696
# File 'lib/aws-sdk-quicksight/types.rb', line 18690

class GeospatialNullSymbolStyle < Struct.new(
  :fill_color,
  :stroke_color,
  :stroke_width)
  SENSITIVE = []
  include Aws::Structure
end

#stroke_widthFloat

The width of the border stroke.

Returns:

  • (Float)

18690
18691
18692
18693
18694
18695
18696
# File 'lib/aws-sdk-quicksight/types.rb', line 18690

class GeospatialNullSymbolStyle < Struct.new(
  :fill_color,
  :stroke_color,
  :stroke_width)
  SENSITIVE = []
  include Aws::Structure
end