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.
6541 6542 6543 |
# File 'sig/types.rbs', line 6541 def background_color @background_color end |
#base_map_style ⇒ "LIGHT_GRAY", ...
Returns the value of attribute base_map_style.
6540 6541 6542 |
# File 'sig/types.rbs', line 6540 def base_map_style @base_map_style end |
#base_map_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute base_map_visibility.
6542 6543 6544 |
# File 'sig/types.rbs', line 6542 def base_map_visibility @base_map_visibility end |