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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



18215
18216
18217
18218
18219
18220
# File 'lib/aws-sdk-quicksight/types.rb', line 18215

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

#line_widthTypes::GeospatialLineWidth

The width value for a line.



18215
18216
18217
18218
18219
18220
# File 'lib/aws-sdk-quicksight/types.rb', line 18215

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