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.



21164
21165
21166
21167
21168
21169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21164

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)


21164
21165
21166
21167
21168
21169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21164

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