Class: Aws::QuickSight::Types::GeospatialLineLayer
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLineLayer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The geospatial Line layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#style ⇒ Types::GeospatialLineStyle
The visualization style for a line layer.
Instance Attribute Details
#style ⇒ Types::GeospatialLineStyle
The visualization style for a line layer.
18183 18184 18185 18186 18187 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18183 class GeospatialLineLayer < Struct.new( :style) SENSITIVE = [] include Aws::Structure end |