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.



18268
18269
18270
18271
18272
# File 'lib/aws-sdk-quicksight/types.rb', line 18268

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