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.



20746
20747
20748
20749
20750
20751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20746

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

#line_widthTypes::GeospatialLineWidth

The width value for a line.



20746
20747
20748
20749
20750
20751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20746

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