Class: Aws::QuickSight::Types::GeospatialPolygonLayer
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialPolygonLayer
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The geospatial polygon layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#style ⇒ Types::GeospatialPolygonStyle
The visualization style for a polygon layer.
Instance Attribute Details
#style ⇒ Types::GeospatialPolygonStyle
The visualization style for a polygon layer.
18538 18539 18540 18541 18542 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18538 class GeospatialPolygonLayer < Struct.new( :style) SENSITIVE = [] include Aws::Structure end |