Class: Aws::QuickSight::Types::GeospatialPolygonLayer

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#style ⇒ Types::GeospatialPolygonStyle

The visualization style for a polygon layer.



26712
26713
26714
26715
26716
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26712

class GeospatialPolygonLayer < Struct.new(
  :style)
  SENSITIVE = []
  include Aws::Structure
end