Class: Aws::QuickSight::Types::GeospatialMapConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialMapConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a GeospatialMapVisual
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_wells ⇒ Types::GeospatialMapFieldWells
The field wells of the visual.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
-
#map_style_options ⇒ Types::GeospatialMapStyleOptions
The map style options of the geospatial map.
-
#point_style_options ⇒ Types::GeospatialPointStyleOptions
The point style options of the geospatial map.
-
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
-
#visual_palette ⇒ Types::VisualPalette
The visual display options for the visual palette.
-
#window_options ⇒ Types::GeospatialWindowOptions
The window options of the geospatial map.
Instance Attribute Details
#field_wells ⇒ Types::GeospatialMapFieldWells
The field wells of the visual.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#map_style_options ⇒ Types::GeospatialMapStyleOptions
The map style options of the geospatial map.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#point_style_options ⇒ Types::GeospatialPointStyleOptions
The point style options of the geospatial map.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The visual display options for the visual palette.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#window_options ⇒ Types::GeospatialWindowOptions
The window options of the geospatial map.
18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18298 class GeospatialMapConfiguration < Struct.new( :field_wells, :legend, :tooltip, :window_options, :map_style_options, :point_style_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |