Class: Aws::QuickSight::Types::GeospatialMapStyleOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialMapStyleOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The map style options of the geospatial map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_map_style ⇒ String
The base map style of the geospatial map.
Instance Attribute Details
#base_map_style ⇒ String
The base map style of the geospatial map.
22199 22200 22201 22202 22203 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22199 class GeospatialMapStyleOptions < Struct.new( :base_map_style) SENSITIVE = [] include Aws::Structure end |