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.
21134 21135 21136 21137 21138 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21134 class GeospatialPolygonStyle < Struct.new( :polygon_symbol_style) SENSITIVE = [] include Aws::Structure end |