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

#styleTypes::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