Class: Aws::QuickSight::Types::GeospatialMapStyleOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The map style options of the geospatial map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_map_styleString

The base map style of the geospatial map.

Returns:

  • (String)


15915
15916
15917
15918
15919
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15915

class GeospatialMapStyleOptions < Struct.new(
  :base_map_style)
  SENSITIVE = []
  include Aws::Structure
end