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.
17560 17561 17562 17563 17564 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17560 class GeospatialMapStyleOptions < Struct.new( :base_map_style) SENSITIVE = [] include Aws::Structure end |