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_colorTypes::GeospatialColor

The color and opacity values for the fill color.



25818
25819
25820
25821
25822
25823
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25818

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

#line_widthTypes::GeospatialLineWidth

The width value for a line.



25818
25819
25820
25821
25822
25823
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25818

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