Class: Aws::QuickSight::Types::GeospatialPointLayer
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialPointLayer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The geospatial Point layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#style ⇒ Types::GeospatialPointStyle
The visualization style for a point layer.
Instance Attribute Details
#style ⇒ Types::GeospatialPointStyle
The visualization style for a point layer.
18486 18487 18488 18489 18490 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18486 class GeospatialPointLayer < Struct.new( :style) SENSITIVE = [] include Aws::Structure end |