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)


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.

Returns:

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


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.

Returns:

  • ("HIDDEN", "VISIBLE")


6276
6277
6278
# File 'sig/types.rbs', line 6276

def base_map_visibility
  @base_map_visibility
end