Method: Aws::QuickSight::Types::GeospatialNullSymbolStyle#stroke_width

Defined in:
lib/aws-sdk-quicksight/types.rb

#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