Class: Aws::QuickSight::Types::FilledMapConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration for a FilledMapVisual
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_wells ⇒ Types::FilledMapFieldWells
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 filled map visual.
-
#sort_configuration ⇒ Types::FilledMapSortConfiguration
The sort configuration of a
FilledMapVisual
. -
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
-
#window_options ⇒ Types::GeospatialWindowOptions
The window options of the filled map visual.
Instance Attribute Details
#field_wells ⇒ Types::FilledMapFieldWells
The field wells of the visual.
14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14641 class FilledMapConfiguration < Struct.new( :field_wells, :sort_configuration, :legend, :tooltip, :window_options, :map_style_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14641 class FilledMapConfiguration < Struct.new( :field_wells, :sort_configuration, :legend, :tooltip, :window_options, :map_style_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14641 class FilledMapConfiguration < Struct.new( :field_wells, :sort_configuration, :legend, :tooltip, :window_options, :map_style_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#map_style_options ⇒ Types::GeospatialMapStyleOptions
The map style options of the filled map visual.
14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14641 class FilledMapConfiguration < Struct.new( :field_wells, :sort_configuration, :legend, :tooltip, :window_options, :map_style_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::FilledMapSortConfiguration
The sort configuration of a FilledMapVisual
.
14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14641 class FilledMapConfiguration < Struct.new( :field_wells, :sort_configuration, :legend, :tooltip, :window_options, :map_style_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14641 class FilledMapConfiguration < Struct.new( :field_wells, :sort_configuration, :legend, :tooltip, :window_options, :map_style_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#window_options ⇒ Types::GeospatialWindowOptions
The window options of the filled map visual.
14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14641 class FilledMapConfiguration < Struct.new( :field_wells, :sort_configuration, :legend, :tooltip, :window_options, :map_style_options, :interactions) SENSITIVE = [] include Aws::Structure end |