Class: Aws::QuickSight::Types::GeospatialWindowOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The window options of the geospatial map visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bounds ⇒ Types::GeospatialCoordinateBounds

The bounds options (north, south, west, east) of the geospatial window options.



26802
26803
26804
26805
26806
26807
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26802

class GeospatialWindowOptions < Struct.new(
  :bounds,
  :map_zoom_mode)
  SENSITIVE = []
  include Aws::Structure
end

#map_zoom_mode ⇒ String

The map zoom modes (manual, auto) of the geospatial window options.

Returns:

  • (String)


26802
26803
26804
26805
26806
26807
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26802

class GeospatialWindowOptions < Struct.new(
  :bounds,
  :map_zoom_mode)
  SENSITIVE = []
  include Aws::Structure
end