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.
| 19848 19849 19850 19851 19852 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19848 class GeospatialPolygonLayer < Struct.new( :style) SENSITIVE = [] include Aws::Structure end |