Class: Aws::Types::GeospatialMapStyle
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialMapStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ ::String
Returns the value of attribute background_color.
-
#base_map_style ⇒ "LIGHT_GRAY", ...
Returns the value of attribute base_map_style.
-
#base_map_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute base_map_visibility.
Instance Attribute Details
#background_color ⇒ ::String
Returns the value of attribute background_color.
6275 6276 6277 |
# File 'sig/types.rbs', line 6275 def background_color @background_color end |
#base_map_style ⇒ "LIGHT_GRAY", ...
Returns the value of attribute base_map_style.
6274 6275 6276 |
# File 'sig/types.rbs', line 6274 def base_map_style @base_map_style end |
#base_map_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute base_map_visibility.
6276 6277 6278 |
# File 'sig/types.rbs', line 6276 def base_map_visibility @base_map_visibility end |