Class: Aws::Types::GeospatialMapStyle

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_color::String

Returns the value of attribute background_color.

Returns:

  • (::String)


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.

Returns:

  • ("LIGHT_GRAY", "DARK_GRAY", "STREET", "IMAGERY")


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.

Returns:

  • ("HIDDEN", "VISIBLE")


6542
6543
6544
# File 'sig/types.rbs', line 6542

def base_map_visibility
  @base_map_visibility
end