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

#boundsTypes::GeospatialCoordinateBounds

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



15680
15681
15682
15683
15684
15685
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15680

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

#map_zoom_modeString

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

Returns:

  • (String)


15680
15681
15682
15683
15684
15685
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15680

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