Class: Aws::QuickSight::Types::FilledMapConfiguration

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

Instance Attribute Details

#field_wellsTypes::FilledMapFieldWells

The field wells of the visual.



13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13501

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

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13501

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

#legendTypes::LegendOptions

The legend display setup of the visual.



13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13501

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

#map_style_optionsTypes::GeospatialMapStyleOptions

The map style options of the filled map visual.



13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13501

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

#sort_configurationTypes::FilledMapSortConfiguration

The sort configuration of a FilledMapVisual.



13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13501

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

#tooltipTypes::TooltipOptions

The tooltip display setup of the visual.



13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13501

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

#window_optionsTypes::GeospatialWindowOptions

The window options of the filled map visual.



13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13501

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