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.
23832 23833 23834 23835 23836 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23832 class GeospatialLineLayer < Struct.new( :style) SENSITIVE = [] include Aws::Structure end |