Class: Aws::QuickSight::Types::GeospatialLineStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLineStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The visualization style for a line layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#line_symbol_style ⇒ Types::GeospatialLineSymbolStyle
The symbol style for a line style.
Instance Attribute Details
#line_symbol_style ⇒ Types::GeospatialLineSymbolStyle
The symbol style for a line style.
17913 17914 17915 17916 17917 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17913 class GeospatialLineStyle < Struct.new( :line_symbol_style) SENSITIVE = [] include Aws::Structure end |