Class: Aws::QuickSight::Types::GeospatialMapConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_wellsTypes::GeospatialMapFieldWells

The field wells of the visual.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

class GeospatialMapConfiguration < Struct.new(
  :field_wells,
  :legend,
  :tooltip,
  :window_options,
  :map_style_options,
  :point_style_options,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

class GeospatialMapConfiguration < Struct.new(
  :field_wells,
  :legend,
  :tooltip,
  :window_options,
  :map_style_options,
  :point_style_options,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#legendTypes::LegendOptions

The legend display setup of the visual.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

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_optionsTypes::GeospatialMapStyleOptions

The map style options of the geospatial map.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

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_optionsTypes::GeospatialPointStyleOptions

The point style options of the geospatial map.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

class GeospatialMapConfiguration < Struct.new(
  :field_wells,
  :legend,
  :tooltip,
  :window_options,
  :map_style_options,
  :point_style_options,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#tooltipTypes::TooltipOptions

The tooltip display setup of the visual.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

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_paletteTypes::VisualPalette

The visual display options for the visual palette.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

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_optionsTypes::GeospatialWindowOptions

The window options of the geospatial map.



15988
15989
15990
15991
15992
15993
15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15988

class GeospatialMapConfiguration < Struct.new(
  :field_wells,
  :legend,
  :tooltip,
  :window_options,
  :map_style_options,
  :point_style_options,
  :visual_palette,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end