Class: Aws::QuickSight::Types::GeospatialPointStyle

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

Overview

The point style for a point layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#circle_symbol_styleTypes::GeospatialCircleSymbolStyle

The circle symbol style for a point layer.



18216
18217
18218
18219
18220
# File 'lib/aws-sdk-quicksight/types.rb', line 18216

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