Class: Aws::QuickSight::Types::GeospatialPolygonStyle

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

Overview

The polygon style for a polygon layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#polygon_symbol_styleTypes::GeospatialPolygonSymbolStyle

The polygon symbol style for a polygon layer.



18552
18553
18554
18555
18556
# File 'lib/aws-sdk-quicksight/types.rb', line 18552

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