Class: Aws::Types::GeospatialWindowOptions
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialWindowOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounds ⇒ Types::GeospatialCoordinateBounds
Returns the value of attribute bounds.
-
#map_zoom_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute map_zoom_mode.
Instance Attribute Details
#bounds ⇒ Types::GeospatialCoordinateBounds
Returns the value of attribute bounds.
6355 6356 6357 |
# File 'sig/types.rbs', line 6355 def bounds @bounds end |
#map_zoom_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute map_zoom_mode.
6356 6357 6358 |
# File 'sig/types.rbs', line 6356 def map_zoom_mode @map_zoom_mode end |