Class: Aws::QuickSight::Types::GeospatialMapStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialMapStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The map style properties for a map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background_color ⇒ String
The background color and opacity values for a map.
-
#base_map_style ⇒ String
The selected base map style.
-
#base_map_visibility ⇒ String
The state of visibility for the base map.
Instance Attribute Details
#background_color ⇒ String
The background color and opacity values for a map.
18080 18081 18082 18083 18084 18085 18086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18080 class GeospatialMapStyle < Struct.new( :base_map_style, :background_color, :base_map_visibility) SENSITIVE = [] include Aws::Structure end |
#base_map_style ⇒ String
The selected base map style.
18080 18081 18082 18083 18084 18085 18086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18080 class GeospatialMapStyle < Struct.new( :base_map_style, :background_color, :base_map_visibility) SENSITIVE = [] include Aws::Structure end |
#base_map_visibility ⇒ String
The state of visibility for the base map.
18080 18081 18082 18083 18084 18085 18086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18080 class GeospatialMapStyle < Struct.new( :base_map_style, :background_color, :base_map_visibility) SENSITIVE = [] include Aws::Structure end |