Class: Aws::QuickSight::Types::GeospatialWindowOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialWindowOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The window options of the geospatial map visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bounds ⇒ Types::GeospatialCoordinateBounds
The bounds options (north, south, west, east) of the geospatial window options.
-
#map_zoom_mode ⇒ String
The map zoom modes (manual, auto) of the geospatial window options.
Instance Attribute Details
#bounds ⇒ Types::GeospatialCoordinateBounds
The bounds options (north, south, west, east) of the geospatial window options.
17652 17653 17654 17655 17656 17657 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17652 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.
17652 17653 17654 17655 17656 17657 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17652 class GeospatialWindowOptions < Struct.new( :bounds, :map_zoom_mode) SENSITIVE = [] include Aws::Structure end |