Class: Aws::QuickSight::Types::GeospatialLineSymbolStyle

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

Overview

The symbol style for a line layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fill_color ⇒ Types::GeospatialColor

The color and opacity values for the fill color.



26384
26385
26386
26387
26388
26389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26384

class GeospatialLineSymbolStyle < Struct.new(
  :fill_color,
  :line_width)
  SENSITIVE = []
  include Aws::Structure
end

#line_width ⇒ Types::GeospatialLineWidth

The width value for a line.



26384
26385
26386
26387
26388
26389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26384

class GeospatialLineSymbolStyle < Struct.new(
  :fill_color,
  :line_width)
  SENSITIVE = []
  include Aws::Structure
end