Class: Aws::QuickSight::Types::GeospatialLineStyle

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

Overview

The visualization style for a line layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_symbol_style ⇒ Types::GeospatialLineSymbolStyle

The symbol style for a line style.



26366
26367
26368
26369
26370
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26366

class GeospatialLineStyle < Struct.new(
  :line_symbol_style)
  SENSITIVE = []
  include Aws::Structure
end