Class: Aws::QuickSight::Types::GeospatialLineSymbolStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLineSymbolStyle
- 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
-
#fill_color ⇒ Types::GeospatialColor
The color and opacity values for the fill color.
-
#line_width ⇒ Types::GeospatialLineWidth
The width value for a line.
Instance Attribute Details
#fill_color ⇒ Types::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_width ⇒ Types::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 |