Class: Aws::QuickSight::Types::GeospatialPolygonStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialPolygonStyle
- 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
-
#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.
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 |