Class: Aws::Types::GeospatialMapState
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialMapState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounds ⇒ Types::GeospatialCoordinateBounds
Returns the value of attribute bounds.
-
#map_navigation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute map_navigation.
Instance Attribute Details
#bounds ⇒ Types::GeospatialCoordinateBounds
Returns the value of attribute bounds.
6268 6269 6270 |
# File 'sig/types.rbs', line 6268 def bounds @bounds end |
#map_navigation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute map_navigation.
6269 6270 6271 |
# File 'sig/types.rbs', line 6269 def @map_navigation end |