Class: Aws::QuickSight::Types::GeospatialPolygonStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialPolygonStyle
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The polygon style for a polygon layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#polygon_symbol_style ⇒ Types::GeospatialPolygonSymbolStyle
The polygon symbol style for a polygon layer.
Instance Attribute Details
#polygon_symbol_style ⇒ Types::GeospatialPolygonSymbolStyle
The polygon symbol style for a polygon layer.
18552 18553 18554 18555 18556 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18552 class GeospatialPolygonStyle < Struct.new( :polygon_symbol_style) SENSITIVE = [] include Aws::Structure end |