Class: Aws::QuickSight::Types::GeospatialLineLayer

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

Overview

The geospatial Line layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#styleTypes::GeospatialLineStyle

The visualization style for a line layer.



22329
22330
22331
22332
22333
# File 'lib/aws-sdk-quicksight/types.rb', line 22329

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