Class: Aws::Types::GeospatialLayerMapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialLayerMapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#map_layers ⇒ ::Array[Types::GeospatialLayerItem]
Returns the value of attribute map_layers.
-
#map_state ⇒ Types::GeospatialMapState
Returns the value of attribute map_state.
-
#map_style ⇒ Types::GeospatialMapStyle
Returns the value of attribute map_style.
Instance Attribute Details
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6218 6219 6220 |
# File 'sig/types.rbs', line 6218 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
6214 6215 6216 |
# File 'sig/types.rbs', line 6214 def legend @legend end |
#map_layers ⇒ ::Array[Types::GeospatialLayerItem]
Returns the value of attribute map_layers.
6215 6216 6217 |
# File 'sig/types.rbs', line 6215 def map_layers @map_layers end |
#map_state ⇒ Types::GeospatialMapState
Returns the value of attribute map_state.
6216 6217 6218 |
# File 'sig/types.rbs', line 6216 def map_state @map_state end |
#map_style ⇒ Types::GeospatialMapStyle
Returns the value of attribute map_style.
6217 6218 6219 |
# File 'sig/types.rbs', line 6217 def map_style @map_style end |