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.
6621 6622 6623 |
# File 'sig/types.rbs', line 6621 def bounds @bounds end |
#map_zoom_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute map_zoom_mode.
6622 6623 6624 |
# File 'sig/types.rbs', line 6622 def map_zoom_mode @map_zoom_mode end |